Skip to content

Commit

Permalink
Merge pull request #1122 from CoffeaTeam/windows-numpy2-issue
Browse files Browse the repository at this point in the history
fix(ci): numpy<2 in tests for windows
  • Loading branch information
lgray authored Jun 21, 2024
2 parents 35997e4 + e0425d7 commit 225dc99
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 @@ -97,7 +97,7 @@ jobs:
python -m pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
uv pip install --system xgboost
# install checked out coffea
uv pip install --system -q '.[dev,dask]' --upgrade
uv pip install --system -q '.[dev,dask]' 'numpy<2' --upgrade
uv pip list --system
java -version
Expand Down

0 comments on commit 225dc99

Please sign in to comment.