Skip to content

Commit

Permalink
update PR test action
Browse files Browse the repository at this point in the history
  • Loading branch information
ziw-liu committed Oct 30, 2024
1 parent a9954f2 commit b04ec60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
python -m pip install --upgrade pip
# Install cpu wheels only to speed up the build
pip install torch torchvision --index-url https://download.pytorch.org/whl/cpu
pip install ".[metrics,dev]"
pip install ".[dev]"
- name: Test with pytest
run: pytest -v

0 comments on commit b04ec60

Please sign in to comment.