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 116cec0 commit ac820a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: |
pip install --upgrade pip
pip install setuptools wheel
pip install --no-use-pep517 "numpy==1.25.0" # Upgrade numpy version for 3.12
pip install --no-use-pep517 "numpy" --upgrade # Upgrade numpy version for 3.12
- name: Install the package itself
Expand Down

0 comments on commit ac820a1

Please sign in to comment.