We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 940b436 commit 7b9ff71Copy full SHA for 7b9ff71
.github/workflows/ci-cd.yml
@@ -101,7 +101,7 @@ jobs:
101
pip install -e ".[test,dask]"
102
- name: Run tests for Dask
103
run: |
104
- pytest -v pydra/engine/test_submitter.py --rootdir pydra --dask --cov pydra --cov-config .coveragerc --cov-report xml:cov.xml
+ pytest -v --dask pydra/engine/tests/test_submitter.py --rootdir pydra --cov pydra --cov-config .coveragerc --cov-report xml:cov.xml
105
- name: Upload to codecov
106
run: codecov -f cov.xml -F unittests -e GITHUB_WORKFLOW
107
0 commit comments