We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a5d50c commit 340f75aCopy full SHA for 340f75a
.github/workflows/CI.yml
@@ -30,6 +30,7 @@ jobs:
30
environment-file: ci/environment_${{ matrix.compiler }}_${{ matrix.mpi }}.yml
31
32
- name: Run standalone tests without custom MPI wrappers
33
+ if: matrix.compiler == 'gfortran'
34
shell: bash -e -x -l {0}
35
run: |
36
cd tests
0 commit comments