Skip to content

Commit

Permalink
Install ninja
Browse files Browse the repository at this point in the history
  • Loading branch information
niclaurenti committed Nov 9, 2023
1 parent 1b57dd8 commit 6a86b06
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ jobs:
uses: modflowpy/install-gfortran-action@v1
- name: Install GSL
run: sudo apt-get -y install libgsl-dev
- name: Install ninja
run: pip install ninja
- uses: pypa/[email protected]
env:
CIBW_ARCHS_MACOS: auto universal2
Expand Down

0 comments on commit 6a86b06

Please sign in to comment.