Skip to content

Commit ccab74e

Browse files
committed
updates github action
1 parent a836dc2 commit ccab74e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/scripts/run_install.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@ echo
2121

2222
# python script needs numpy
2323
#sudo apt-get install -qq python-numpy # not working, likely installed on older python version
24+
#sudo apt-get install -qq python-matplotlib
25+
2426
pip install --user --upgrade pip setuptools wheel
27+
pip install --use --upgrade importlib-resources
2528
pip install --user --upgrade matplotlib
2629
pip install --user --only-binary=numpy numpy
2730

0 commit comments

Comments
 (0)