Skip to content

Commit

Permalink
add --explicit-package-base flag
Browse files Browse the repository at this point in the history
  • Loading branch information
bleykauf committed Nov 24, 2023
1 parent 3dcb8f8 commit 5c0884a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install .[tests]
pip uninstall -y meer_tec # only keep dependencies
# pip uninstall -y meer_tec # only keep dependencies
- name: Run pytest
run: pytest .
- name: Run mypy
run: mypy .
run: mypy --explicit-package-base .

coverage:
needs:
Expand Down

0 comments on commit 5c0884a

Please sign in to comment.