Skip to content

Commit df55125

Browse files
committed
debugging ci-cd simplification
1 parent 29de260 commit df55125

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
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 --dask pydra/engine/test_submitter.py --cov pydra --cov-config .coveragerc --cov-report xml:cov.xml
104+
pytest -v pydra/engine/test_submitter.py --dask --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

@@ -166,7 +166,7 @@ jobs:
166166
needs: ['build']
167167
strategy:
168168
matrix:
169-
python-version: [3.11.7]
169+
python-version: [3.11.5]
170170
fail-fast: false
171171
runs-on: ubuntu-latest
172172
env:

0 commit comments

Comments
 (0)