Skip to content

Commit

Permalink
ci(macos): use intel triangle build for now (#2249)
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli authored Jun 24, 2024
1 parent 0748dcb commit 9dd66c7
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,14 @@ jobs:
- name: Install Modflow executables
uses: modflowpy/install-modflow-action@v1

- name: Install triangle (macOS workaround)
if: runner.os == 'macOS'
uses: modflowpy/install-modflow-action@v1
with:
repo: executables
ostag: mac
subset: triangle

- name: Run benchmarks
working-directory: autotest
run: |
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,14 @@ jobs:
with:
repo: modflow6-nightly-build

- name: Install triangle (macOS workaround)
if: runner.os == 'macOS'
uses: modflowpy/install-modflow-action@v1
with:
repo: executables
ostag: mac
subset: triangle

- name: Update package classes
run: python -m flopy.mf6.utils.generate_classes --ref develop --no-backup

Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,14 @@ jobs:
with:
repo: modflow6-nightly-build

- name: Install triangle (macOS workaround)
if: runner.os == 'macOS'
uses: modflowpy/install-modflow-action@v1
with:
repo: executables
ostag: mac
subset: triangle

- name: Update FloPy packages
run: python -m flopy.mf6.utils.generate_classes --ref develop --no-backup

Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/rtd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,14 @@ jobs:
with:
repo: modflow6-nightly-build

- name: Install triangle (macOS workaround)
if: runner.os == 'macOS'
uses: modflowpy/install-modflow-action@v1
with:
repo: executables
ostag: mac
subset: triangle

- name: Run tutorial and example notebooks
working-directory: autotest
run: pytest -v -n auto test_notebooks.py
Expand Down

0 comments on commit 9dd66c7

Please sign in to comment.