Skip to content

Commit

Permalink
fix numpy version to 1.26
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienDoerner authored Aug 28, 2024
1 parent 976d5a5 commit 69a7e09
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/testing_OSX.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
uses: actions/checkout@v4
- name: Preinstall
run: |
brew install hdf5 fftw cfitsio muparser libomp numpy swig
brew install hdf5 fftw cfitsio muparser libomp swig
pip install numpy==1.26
- name: Set up the build
env:
CXX: ${{ matrix.config.cxx }}
Expand Down

0 comments on commit 69a7e09

Please sign in to comment.