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 b995f0b commit 8447400Copy full SHA for 8447400
1 file changed
.github/workflows/gotm.yml
@@ -33,6 +33,6 @@ jobs:
33
with:
34
path: cases
35
repository: gotm-model/cases
36
- ref: v6.0
+ ref: v6.0
37
- name: Build and run all test cases
38
run: python3 cases/scripts/run_all.py --show_logs --gotm_base=gotm --exclude plume --compiler=gfortran-${{ matrix.version }} -DGOTM_USE_STIM=ON -DGOTM_USE_SEAGRASS=ON -DGOTM_USE_NetCDF=OFF ${{ matrix.cmake_args }}
0 commit comments