We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49fa5c0 commit 912b1f1Copy full SHA for 912b1f1
1 file changed
.github/workflows/deploy-book.yml
@@ -58,18 +58,10 @@ jobs:
58
run: |
59
brew install open-mpi hdf5-mpi libomp
60
61
- - name: Check Fortran compiler version
+ - name: Set default gfortran
62
63
- $FC --version
64
-
65
- - name: Setup upterm session
66
- if: startsWith(matrix.os, 'macos')
67
- uses: owenthereal/action-upterm@v1
68
- with:
69
- ## limits ssh access and adds the ssh public key for the user which triggered the workflow
70
- limit-access-to-actor: true
71
- ## limits ssh access and adds the ssh public keys of the listed GitHub users
72
- limit-access-to-users: kvrigor
+ alias gfortran="$FC"
+ gfortran --version
73
74
- name: Install Jupyter Book and Psydac
75
0 commit comments