Skip to content

Commit

Permalink
suppress warnings temporarily in CI part 5, ci errors with env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
jmccreight committed Oct 17, 2024
1 parent 1e0e354 commit 2b3452a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_examples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ jobs:
- name: Checkout MODFLOW 6
uses: actions/checkout@v4
with:
repository: ${{ env.MF6_REMOTE }}
ref: ${{ env.MF6_REF }}
repository: MODFLOW-USGS/modflow6
ref: develop
path: modflow6

- name: Update flopy MODFLOW 6 classes
Expand Down

0 comments on commit 2b3452a

Please sign in to comment.