Update test_install_openmpi.yml

This commit is contained in:
Thomas Ramstad 2021-10-27 22:36:02 +02:00 committed by GitHub
parent 58b34fd365
commit 2c8ff644ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,4 +22,9 @@ jobs:
run: |
make -j
sudo make install
- name: setting path
run: echo "/home/${USER}/.openmpi/bin" >> $GITHUB_PATH
- name: checking version
run: mpirun --version