Skip to content

Commit

Permalink
try to fix python3.12 numpy not found error
Browse files Browse the repository at this point in the history
  • Loading branch information
phoebe-p committed Nov 10, 2023
1 parent f0d9c6e commit 7f5be35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_unit_and_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Install S4
if: matrix.os != 'windows-latest'
run: |
pip install wheel
pip install wheel numpy
git clone https://github.com/phoebe-p/S4
cd S4
make S4_pyext
Expand Down

0 comments on commit 7f5be35

Please sign in to comment.