Skip to content

Commit

Permalink
need python for lapack testsuite driver
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-frbg authored Nov 23, 2023
1 parent 6f28c71 commit 396e0c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/arm64_graviton.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: |
if [ "$RUNNER_OS" == "Linux" ]; then
sudo apt update
sudo apt-get install -y gfortran cmake ccache libtinfo5
sudo apt-get install -y gfortran cmake ccache libtinfo5 python3
else
echo "::error::$RUNNER_OS not supported"
exit 1
Expand Down

0 comments on commit 396e0c8

Please sign in to comment.