Skip to content

Commit

Permalink
pin dask < 2024.12.0 in taskvine tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lgray authored Dec 17, 2024
1 parent f5b042e commit 5a4acdc
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
Expand Up @@ -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: |
Expand Down

0 comments on commit 5a4acdc

Please sign in to comment.