Skip to content

Commit 7190335

Browse files
authored
Update run_checks_build_and_test.yml
1 parent 08d46d7 commit 7190335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run_checks_build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install mypy
2626
run: pip install mypy
2727
- name: Run mypy --strict
28-
run: mypy --strict ./src/shapefile.py
28+
run: mypy --strict ./src/shapefile
2929

3030

3131
build_wheel_and_sdist:

0 commit comments

Comments
 (0)