Skip to content

Commit ea7a558

Browse files
committed
Remove unnecessary quotes
1 parent c4f7f23 commit ea7a558

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/mpas_dynamical_core_ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
- synchronize
1212
push:
1313
branches:
14-
- 'staging/**'
14+
- staging/**
1515
- development
1616
workflow_dispatch:
1717

@@ -200,7 +200,7 @@ jobs:
200200
needs: conditional-check
201201
if: ${{ needs.conditional-check.outputs.should-run == 'true' }}
202202
env:
203-
FORTITUDE_VERSION: '0.7.*'
203+
FORTITUDE_VERSION: 0.7.*
204204
SOURCE_CODE_PATH: ${{ github.workspace }}/src/dynamics/mpas
205205
steps:
206206
- name: Checkout CAM-SIMA
@@ -210,7 +210,7 @@ jobs:
210210
uses: actions/setup-python@v6
211211
with:
212212
cache: pip
213-
python-version: '3.12'
213+
python-version: 3.12
214214

215215
- name: Install Fortitude
216216
run: |

0 commit comments

Comments
 (0)