Skip to content

Commit

Permalink
Update ms5.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
eoa21004 authored Nov 4, 2024
1 parent 0c7a00a commit 38c7d37
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/ms5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,3 @@ 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
run: |
python -m pip install --upgrade pip
pip install pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
# Run pytest on your pulled codebase
- name: Test with pytest
run: |
pytest

0 comments on commit 38c7d37

Please sign in to comment.