Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
cokelaer committed Oct 17, 2024
1 parent 752df97 commit 116cec0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
- name: Install numpy for Python 3.12
if: matrix.python == '3.12'
run: |
pip install --upgrade pip
pip install setuptools wheel
pip install --no-use-pep517 "numpy==1.25.0" # Upgrade numpy version for 3.12
Expand Down

0 comments on commit 116cec0

Please sign in to comment.