Skip to content

Commit

Permalink
fixing ci install
Browse files Browse the repository at this point in the history
  • Loading branch information
bonevbs committed Sep 6, 2023
1 parent 8656e36 commit fab8f0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
python -m pip install -e .
- name: Test with pytest
run: |
pip install pytest pytest-cov parametrized
python -m unittest ./torch_harmonics/tests.py
python -m pip install pytest pytest-cov parametrized
python -m ./torch_harmonics/tests.py

0 comments on commit fab8f0d

Please sign in to comment.