Skip to content

Commit

Permalink
install xmllint before running
Browse files Browse the repository at this point in the history
I think create_newcase is failing because xmllint isn't installed? Added a pip
install command
  • Loading branch information
mnlevy1981 committed Nov 20, 2024
1 parent 44d1cb8 commit b2a058e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/preview_namelist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:

- name: Create new case, run case.setup, and then preview namelists
run: |
pip install xmllint
$GITHUB_WORKSPACE/bin/git-fleximod update
cd $GITHUB_WORKSPACE/cime/scripts
./create_newcase --run-unsupported --compset BLT1850 --res ne30pg3_t232 --case $GITHUB_WORKSPACE/cases/BLT1850_${{ matrix.python-version }}
Expand Down

0 comments on commit b2a058e

Please sign in to comment.