Skip to content

Commit

Permalink
Install numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
niclaurenti committed Nov 9, 2023
1 parent 9551324 commit 1b57dd8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ jobs:
- name: Build and install
run: pip install .
- name: Install pytest
run: pip install pytest
run: |
pip install pytest
pip install numpy
- name: Test
run: pytest tests

Expand Down

0 comments on commit 1b57dd8

Please sign in to comment.