Skip to content

Commit

Permalink
updates github action
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpeter committed Sep 19, 2024
1 parent a836dc2 commit ccab74e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/scripts/run_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ echo

# python script needs numpy
#sudo apt-get install -qq python-numpy # not working, likely installed on older python version
#sudo apt-get install -qq python-matplotlib

pip install --user --upgrade pip setuptools wheel
pip install --use --upgrade importlib-resources
pip install --user --upgrade matplotlib
pip install --user --only-binary=numpy numpy

Expand Down

0 comments on commit ccab74e

Please sign in to comment.