Skip to content

Commit

Permalink
fixing github ci script
Browse files Browse the repository at this point in the history
  • Loading branch information
bonevbs committed Sep 6, 2023
1 parent a76d5a5 commit e89f82c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,10 @@ jobs:
run: |
python -m pip install --upgrade pip setuptools wheel
python -m pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cpu
python -m pip install parametrized
- name: Install package
run: |
python -m pip install -e .
- name: Test with pytest
run: |
python -m pip install pytest pytest-cov
python -m ./torch_harmonics/tests.py
python -m pip install pytest pytest-cov parametrized
python -m pytest ./torch_harmonics/tests.py

0 comments on commit e89f82c

Please sign in to comment.