Skip to content

Commit 9a1aa3c

Browse files
committed
No site packages
1 parent 69ab0f6 commit 9a1aa3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ jobs:
4747

4848
- name: Verbose mypy output for debugging
4949
run: |
50-
mypy -v --config-file mypy.ini .
50+
mypy --no-site-packages --config-file mypy.ini .
5151
5252
- name: Check types with mypy
5353
run: |
54-
mypy --config-file mypy.ini . | mypy-baseline filter
54+
mypy --no-site-packages --config-file mypy.ini . | mypy-baseline filter
5555
5656
tests:
5757
name: Python tests

0 commit comments

Comments
 (0)