Skip to content

Commit

Permalink
Merge pull request #1232 from scikit-hep/dask-awkward-bump
Browse files Browse the repository at this point in the history
ci: pin dask < 2024.12.0 for taskvine tests
  • Loading branch information
lgray authored Dec 17, 2024
2 parents 587f288 + c3ca37f commit af4dff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -158,7 +158,7 @@ jobs:
run: |
conda create --yes --prefix ./coffea-conda-test-env -c conda-forge python=${{ matrix.python-version }} ndcctools uv
conda activate ./coffea-conda-test-env
uv pip install --system .
uv pip install --system . 'dask<2024.12.0'
uv pip install --system pytest
- name: Test with pytest
run: |

0 comments on commit af4dff0

Please sign in to comment.