Skip to content

Commit

Permalink
Install module before running tests.
Browse files Browse the repository at this point in the history
HazenBabcock committed Oct 26, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 152db21 commit df9b820
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
@@ -28,6 +28,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install pytest numpy scipy
python -m pip install -e .
- name: Test with pytest
run: |
pytest

0 comments on commit df9b820

Please sign in to comment.