From 2b3452a5d7b5322632b1310124a2fdade60b620d Mon Sep 17 00:00:00 2001 From: James McCreight Date: Thu, 17 Oct 2024 16:07:43 -0600 Subject: [PATCH] suppress warnings temporarily in CI part 5, ci errors with env vars --- .github/workflows/ci_examples.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_examples.yaml b/.github/workflows/ci_examples.yaml index bacf5322..fa098b99 100644 --- a/.github/workflows/ci_examples.yaml +++ b/.github/workflows/ci_examples.yaml @@ -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