Skip to content

Commit

Permalink
Fix errors in mpas-app CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherwharrop-noaa committed Nov 19, 2024
1 parent 23a4406 commit 692914a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mpas-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@ jobs:
name: Install chiltepin package
run: |
docker exec frontend bash -l -c "cd work ; module use /opt/spack-stack/envs/unified-env/install/modulefiles/Core ; module load stack-gcc; module load stack-openmpi; module load stack-python ; python -m venv .chiltepin"
docker exec frontend bash -l -c "cd work ; source .chiltepin/bin/activate ; pip --use-deprecated=legacy-resolver install install -e ."
docker exec frontend bash -l -c "cd work ; source .chiltepin/bin/activate ; pip --use-deprecated=legacy-resolver install -e ."
-
name: Run mpas workflow
run: |
docker exec frontend bash -l -c "cd work; source .chiltepin/bin/activate; cd apps/mpas/bin ; PYTHONPATH=../../../ python experiment.py ../config/user_config.yaml"
docker exec frontend bash -l -c "cd work; source .chiltepin/bin/activate; cd apps/mpas/bin ; python experiment.py ../config/user_config.yaml"
docker exec frontend bash -l -c "cd work/apps/mpas/experiments/test ; ls -lrt ; tail 2023091500/forecast/log.atmosphere.0000.out"
-
name: Debug session
Expand Down

0 comments on commit 692914a

Please sign in to comment.