Skip to content

Commit

Permalink
requirements on NumPy moved to a subdir
Browse files Browse the repository at this point in the history
  • Loading branch information
mattip committed Feb 7, 2024
1 parent 420cc7d commit 7ea87f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/numpy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
cd repo
python -m pip install --upgrade pip
python -m pip install ninja
python -m pip install -r test_requirements.txt spin scipy-openblas32
python -m pip install -r requirements/test_requirements.txt spin scipy-openblas32
spin config-openblas --with-scipy-openblas=32
- name: Install NumPy
Expand Down

0 comments on commit 7ea87f1

Please sign in to comment.