Skip to content

Commit 5360c73

Browse files
committed
fixed up testslurm pytest call
1 parent 6d2e6ff commit 5360c73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testslurm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
docker exec slurm bash -c "pip install --upgrade pip && pip install -e /pydra[test] && python -c 'import pydra.engine; print(pydra.engine.__version__)'"
5454
- name: Run pytest
5555
run: |
56-
docker exec slurm bash -c "pytest pydra/engine/tests/test_workflow.py pydra/engine/tests/test_submitter.py --color=yes -vs --cov pydra --cov-config /pydra/.coveragerc --cov-report xml:/pydra/cov.xml --doctest-modules /pydra/pydra/ -k 'not test_audit_prov and not test_audit_prov_messdir_1 and not test_audit_prov_messdir_2 and not test_audit_prov_wf and not test_audit_all'"
56+
docker exec slurm bash -c "pytest /pydra/pydra/engine/tests/test_workflow.py pydra/engine/tests/test_submitter.py --color=yes -vs --cov pydra --cov-config /pydra/.coveragerc --cov-report xml:/pydra/cov.xml --doctest-modules /pydra/pydra/ -k 'not test_audit_prov and not test_audit_prov_messdir_1 and not test_audit_prov_messdir_2 and not test_audit_prov_wf and not test_audit_all'"
5757
- name: Upload to codecov
5858
run: |
5959
docker exec slurm bash -c "pip install urllib3==1.26.6"

0 commit comments

Comments
 (0)