Skip to content

Commit e9ea968

Browse files
committed
dropped --pyargs flag in CI test as it doesn't work with namespace packages
1 parent 9a66fd0 commit e9ea968

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testpydra.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119

120120
- name: Pytest
121121
run: |
122-
pytest -vs -n auto --doctest-modules --pyargs pydra \
122+
pytest -vs -n auto --doctest-modules \
123123
--cov pydra --cov-config .coveragerc --cov-report xml:cov.xml
124124
125125
- name: Upload to codecov

0 commit comments

Comments
 (0)