Update test_install_openmpi.yml

This commit is contained in:
Thomas Ramstad
2021-10-27 22:39:44 +02:00
committed by GitHub
parent 2c8ff644ad
commit 9ae67fe337

View File

@@ -12,6 +12,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: check path
run: |
echo $PATH
echo $GITHUB_PATH
- name: download-openmpi
run: wget https://download.open-mpi.org/release/open-mpi/v4.0/openmpi-4.0.2.tar.gz
- name: extract-openmpi