need python for lapack testsuite driver
This commit is contained in:
parent
6f28c71ccd
commit
396e0c8bf3
|
@ -45,7 +45,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
if [ "$RUNNER_OS" == "Linux" ]; then
|
if [ "$RUNNER_OS" == "Linux" ]; then
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt-get install -y gfortran cmake ccache libtinfo5
|
sudo apt-get install -y gfortran cmake ccache libtinfo5 python3
|
||||||
else
|
else
|
||||||
echo "::error::$RUNNER_OS not supported"
|
echo "::error::$RUNNER_OS not supported"
|
||||||
exit 1
|
exit 1
|
||||||
|
|
Loading…
Reference in New Issue