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 fa8326d
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/scripts/run_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,13 @@ echo

# python script needs numpy
#sudo apt-get install -qq python-numpy # not working, likely installed on older python version
pip install --user --upgrade pip setuptools wheel
pip install --user --upgrade matplotlib
pip install --user --only-binary=numpy numpy
sudo apt-get install -qq python-numpy # gets numpy version 1.13.3
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

# checks exit code
if [[ $? -ne 0 ]]; then exit 1; fi
Expand Down

0 comments on commit fa8326d

Please sign in to comment.