Skip to content

Commit

Permalink
For testing arrays is needed numpy, adding to yml file for succesfull…
Browse files Browse the repository at this point in the history
…y run the workflow
  • Loading branch information
josek98 committed May 5, 2024
1 parent 59f1805 commit 608a534
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
python -m pip install --upgrade pip
pip install .
pip install pytest
pip install numpy
- name: Run unit tests
run: python -m pytest --import-mode=append tests/

0 comments on commit 608a534

Please sign in to comment.