Skip to content

Commit

Permalink
CI: cd parflow then git checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
kvrigor committed Nov 14, 2024
1 parent 6536361 commit ae99465
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,9 @@ jobs:
working-directory: ${{ env.MODEL_DIR }}
run: |
git clone https://github.com/parflow/parflow.git
cd parflow
git checkout $VER_PARFLOW
echo "ParFlow version: $(cd parflow && git describe --tags --always)"
echo "ParFlow version: $(git describe --tags --always)"
- if: steps.cache-parflow-restore.outputs.cache-hit != 'true'
name: Cache ParFlow ${{ env.VER_PARFLOW }}
Expand Down

0 comments on commit ae99465

Please sign in to comment.