From 0d4736cc59a848c6626705340457759c89dfc793 Mon Sep 17 00:00:00 2001 From: wpbonelli Date: Tue, 8 Sep 2026 08:52:56 -0400 Subject: [PATCH] ci: remove retries (moved to install-modflow-action) --- .github/workflows/ci.yml | 34 ---------------------------------- 1 file changed, 34 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d9f04dc..2fe8ff1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -101,17 +101,6 @@ jobs: run: uv sync --all-extras - name: Install modflow executables - id: install_modflow - continue-on-error: true - uses: modflowpy/install-modflow-action@v1 - with: - path: ${{ github.workspace }}/autotest - repo: modflow6-nightly-build - - # the download reaches out to github and occasionally has its - # connection reset, failing the job before any test runs - - name: Install modflow executables (retry) - if: steps.install_modflow.outcome == 'failure' uses: modflowpy/install-modflow-action@v1 with: path: ${{ github.workspace }}/autotest @@ -154,18 +143,6 @@ jobs: run: uv sync --all-extras - name: Install modflow executables - id: install_modflow - continue-on-error: true - uses: modflowpy/install-modflow-action@v1 - with: - path: ${{ github.workspace }}/autotest - repo: executables - tag: "14.0" - - # the download reaches out to github and occasionally has its - # connection reset, failing the job before any test runs - - name: Install modflow executables (retry) - if: steps.install_modflow.outcome == 'failure' uses: modflowpy/install-modflow-action@v1 with: path: ${{ github.workspace }}/autotest @@ -209,17 +186,6 @@ jobs: run: uv sync --all-extras - name: Install modflow6 nightly build - id: install_modflow - continue-on-error: true - uses: modflowpy/install-modflow-action@v1 - with: - path: ${{ github.workspace }}/autotest - repo: modflow6-nightly-build - - # the download reaches out to github and occasionally has its - # connection reset, failing the job before any test runs - - name: Install modflow6 nightly build (retry) - if: steps.install_modflow.outcome == 'failure' uses: modflowpy/install-modflow-action@v1 with: path: ${{ github.workspace }}/autotest