Skip to content

Commit

Permalink
update pythonapp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyWiggins authored Dec 4, 2024
1 parent 7f7efba commit a642d87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: typecheck with mypy
run: |
mypy --exclude /tests --no-namespace-packages .
mypy --exclude app/tests --no-namespace-packages .
- name: Test with pytest
if: always()
run: |
python -m pytest -vvv tests
python -m pytest -vvv
- name: Check getdcmtags version
run: |
cd getdcmtags && ./check_version.sh

0 comments on commit a642d87

Please sign in to comment.