From 790c0d93c00a9f715d267b60b63d48ad8dc7da1b Mon Sep 17 00:00:00 2001 From: Eric O Asante Date: Thu, 31 Oct 2024 17:52:59 -0400 Subject: [PATCH] Update ms5.yaml --- .github/workflows/ms5.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ms5.yaml b/.github/workflows/ms5.yaml index a550af1..aa4840c 100644 --- a/.github/workflows/ms5.yaml +++ b/.github/workflows/ms5.yaml @@ -36,10 +36,8 @@ jobs: run: | python -m pip install --upgrade pip pip install pylint - # Run pylint on your pulled code in the Docker container running the job - - name: Analysing the code with pylint - run: | - pylint $(git ls-files 'hw002/*.py') + + # Pytest is for unit testing your python code. Use this block as is to # install pytest in the Docker container running the job - name: Install pytest