Skip to content

Commit

Permalink
try to fix numpy not found issue
Browse files Browse the repository at this point in the history
  • Loading branch information
phoebe-p committed Aug 22, 2024
1 parent 1efa876 commit c596b28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: |
python -m pip install uv
uv pip install --system .
uv pip install --system numpy wheel
uv pip install --system numpy wheel setuptools
- name: Install S4 in Linux
if: matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit c596b28

Please sign in to comment.