Skip to content

Commit

Permalink
Added setuptools installation for min NumPy
Browse files Browse the repository at this point in the history
  • Loading branch information
seanlaw committed May 15, 2024
1 parent 01cac82 commit 588655c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: sed 's/>/=/g' requirements.txt | sed 's/$/\.*/g' > requirements.min.txt
shell: bash
- name: Install NumPy Without Build Isolation
run: python -m pip install wheel cython==0.29.37 && python -m pip install --no-build-isolation numpy==1.18
run: python -m pip install wheel setuptools cython==0.29.37 && python -m pip install --no-build-isolation numpy==1.18
shell: bash
- name: Install Minimum Requirements
run: python -m pip install --upgrade -r requirements.min.txt
Expand Down

0 comments on commit 588655c

Please sign in to comment.