We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4f7f23 commit ea7a558Copy full SHA for ea7a558
1 file changed
.github/workflows/mpas_dynamical_core_ci.yml
@@ -11,7 +11,7 @@ on:
11
- synchronize
12
push:
13
branches:
14
- - 'staging/**'
+ - staging/**
15
- development
16
workflow_dispatch:
17
@@ -200,7 +200,7 @@ jobs:
200
needs: conditional-check
201
if: ${{ needs.conditional-check.outputs.should-run == 'true' }}
202
env:
203
- FORTITUDE_VERSION: '0.7.*'
+ FORTITUDE_VERSION: 0.7.*
204
SOURCE_CODE_PATH: ${{ github.workspace }}/src/dynamics/mpas
205
steps:
206
- name: Checkout CAM-SIMA
@@ -210,7 +210,7 @@ jobs:
210
uses: actions/setup-python@v6
211
with:
212
cache: pip
213
- python-version: '3.12'
+ python-version: 3.12
214
215
- name: Install Fortitude
216
run: |
0 commit comments