Skip to content

Commit

Permalink
Update action
Browse files Browse the repository at this point in the history
  • Loading branch information
matbun committed Apr 29, 2024
1 parent 8bd8769 commit 7f59e5c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test-torch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,14 @@ jobs:
ls -la $(pwd) &&
ls -la /repo &&
cd /repo &&
pip install --no-cache .[dev]
pip install --no-cache /repo[dev]
- name: Run tests
run: which pip
run: |
which pip &&
which pip3 &&
which python &&
which python3
- name: Run tests
run: pytest -v tests/
Expand Down

0 comments on commit 7f59e5c

Please sign in to comment.