Skip to content

Commit c48a9e5

Browse files
committed
update pixi env, try installing proj on macos ci
1 parent f3bd887 commit c48a9e5

File tree

2 files changed

+570
-685
lines changed

2 files changed

+570
-685
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 PROJ
84+
if: runner.os == 'macOS'
85+
run: brew install proj
86+
8387
- name: Install HDF5
8488
if: runner.os == 'macOS'
8589
run: brew install hdf5

0 commit comments

Comments
 (0)