Skip to content

Commit 912b1f1

Browse files
committed
CI: Upterm not working for macOS; Tried explicitly setting gfortran
1 parent 49fa5c0 commit 912b1f1

1 file changed

Lines changed: 3 additions & 11 deletions

File tree

.github/workflows/deploy-book.yml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -58,18 +58,10 @@ jobs:
5858
run: |
5959
brew install open-mpi hdf5-mpi libomp
6060
61-
- name: Check Fortran compiler version
61+
- name: Set default gfortran
6262
run: |
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
63+
alias gfortran="$FC"
64+
gfortran --version
7365
7466
- name: Install Jupyter Book and Psydac
7567
run: |

0 commit comments

Comments
 (0)