Skip to content

Commit 71d60cc

Browse files
committed
Install cmake through pip
1 parent 5f642f4 commit 71d60cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing_OSX.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Preinstall
2121
run: |
2222
brew install hdf5 fftw cfitsio muparser libomp swig python3
23-
pip install numpy==1.26.4
23+
pip install numpy==1.26.4 cmake
2424
- name: Set up the build
2525
env:
2626
CXX: ${{ matrix.config.cxx }}

0 commit comments

Comments
 (0)