Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 0 additions & 34 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down