Skip to content

Commit

Permalink
list all our required deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisvandenbossche committed Sep 17, 2024
1 parent e482a1b commit 8a52985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ jobs:
if [ ${{ matrix.python-version }} != "3.13" ]; then
uv pip install -r ci/requirements-wheel-test.txt
else
uv pip install numpy pytest
uv pip install pytest numpy certifi packaging
fi
uv pip install --no-cache --pre --no-index --find-links wheelhouse pyogrio
if [ ${{ matrix.python-version }} != "3.13" ]; then
Expand Down

0 comments on commit 8a52985

Please sign in to comment.