Skip to content

Commit

Permalink
Pin numpy in ci-python pip commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Dušan Baran committed Dec 11, 2024
1 parent 65cc970 commit 871f6b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
#pip uninstall -y tiledb.vector_search
#pip install -e .
#pytest
pip install -r test/ipynb/requirements.txt
pip install -r test/ipynb/requirements.txt numpy==1.25.0
export TILEDB_REST_TOKEN=$TILEDB_CLOUD_HELPER_VAR
pytest -n logical --durations=0 --nbmake test/ipynb
env:
Expand Down

0 comments on commit 871f6b1

Please sign in to comment.