Skip to content

Commit

Permalink
use --pre
Browse files Browse the repository at this point in the history
  • Loading branch information
lgray authored Nov 26, 2024
1 parent 5e88072 commit 308ce07
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 @@ -77,7 +77,7 @@ jobs:
uv pip install --system xgboost
uv pip install --system 'tritonclient[grpc,http]!=2.41.0'
# install checked out coffea
uv pip install --system -q '.[dev,parsl,dask,spark]' --upgrade
uv pip install --system -q '.[dev,parsl,dask,spark]' --upgrade --pre
uv pip list --system
java -version
- name: Install dependencies (MacOS)
Expand Down

0 comments on commit 308ce07

Please sign in to comment.