Skip to content

Commit f3bd887

Browse files
authored
Add support for platform osx-arm64 (#265)
* Add platform osx-arm64 * Add missing package * Update pixi.lock for osx-arm * Ignore mf6examples.zip.lock * Add task to install HDF5 on macOS runners * Fix position of just-added HDF5 installation step
1 parent 696b47d commit f3bd887

File tree

4 files changed

+3737
-229
lines changed

4 files changed

+3737
-229
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@ jobs:
8080
with:
8181
repo: modflow6-nightly-build
8282

83+
- name: Install HDF5
84+
if: runner.os == 'macOS'
85+
run: brew install hdf5
86+
8387
- name: Setup pixi
8488
uses: prefix-dev/[email protected]
8589
with:

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ venv/
1212
temp/
1313
.coverage
1414
flopy4/mf6/codec/reader/grammar/generated/*.lark
15+
mf6examples.zip.lock
16+

0 commit comments

Comments
 (0)