Skip to content

Commit

Permalink
Clean up workflow formatting
Browse files Browse the repository at this point in the history
Still getting errors parsing this file
  • Loading branch information
mnlevy1981 committed Nov 20, 2024
1 parent 4c74165 commit ce8fd03
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/preview_namelist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,14 @@ jobs:
{"compset": "FTJ16", "res": null},
{"compset": "I2000Clm60SpRs", "res": null}]
steps:
- id: checkout-CESM
uses: actions/checkout@v4
- id: Setup python ${{ matrix.python-version }}
- uses: actions/checkout@v4

- name: Setup python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- id: Create new case, run case.setup, and then preview namelists

- name: Create new case, run case.setup, and then preview namelists
run: |
$GITHUB_WORKSPACE/bin/git-fleximod update
cd $GITHUB_WORKSPACE/cime/scripts
Expand Down

0 comments on commit ce8fd03

Please sign in to comment.