Skip to content

Commit 7b9ff71

Browse files
committed
debugging ci-cd changes
1 parent 940b436 commit 7b9ff71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
pip install -e ".[test,dask]"
102102
- name: Run tests for Dask
103103
run: |
104-
pytest -v pydra/engine/test_submitter.py --rootdir pydra --dask --cov pydra --cov-config .coveragerc --cov-report xml:cov.xml
104+
pytest -v --dask pydra/engine/tests/test_submitter.py --rootdir pydra --cov pydra --cov-config .coveragerc --cov-report xml:cov.xml
105105
- name: Upload to codecov
106106
run: codecov -f cov.xml -F unittests -e GITHUB_WORKFLOW
107107

0 commit comments

Comments
 (0)