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 29de260 commit df55125Copy full SHA for df55125
.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 --dask pydra/engine/test_submitter.py --cov pydra --cov-config .coveragerc --cov-report xml:cov.xml
+ pytest -v pydra/engine/test_submitter.py --dask --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
@@ -166,7 +166,7 @@ jobs:
166
needs: ['build']
167
strategy:
168
matrix:
169
- python-version: [3.11.7]
+ python-version: [3.11.5]
170
fail-fast: false
171
runs-on: ubuntu-latest
172
env:
0 commit comments