Skip to content

Commit

Permalink
Fix numpy less than 2 for the contrib tests
Browse files Browse the repository at this point in the history
  • Loading branch information
liadomide committed Jun 20, 2024
1 parent bbe9b0c commit 18efe6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/contrib-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
sudo apt-get update
sudo apt install libbz2-dev libhdf5-serial-dev liblzo2-dev
python3 -m pip install --upgrade setuptools==59.8.0 pip wheel
pip3 install --user --upgrade numpy
pip3 install --user --upgrade "numpy<2"
python3 -m pip install scikit-build pytest
pip3 install --user --no-build-isolation tvb-gdist
cd tvb_library
Expand Down

0 comments on commit 18efe6f

Please sign in to comment.