Skip to content

Commit a2ac92f

Browse files
committed
Update pythonpackage.yml
1 parent 186889b commit a2ac92f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
2424
- name: Test with pytest
2525
run: |
26-
pytest
26+
pytest --ignore-glob=src/todo src/*.py

0 commit comments

Comments
 (0)