Skip to content

Commit

Permalink
use python -m for pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
teddykoker committed Dec 29, 2023
1 parent 95690d1 commit 7a554ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
- name: Check PyTorch
run: python -c "import torch; print(torch.__version__)"
- name: Install Package
run: pip install -e '.[testing]'
run: python -m pip install -e '.[testing]'
- name: Run Pytest
run: python -m pytest -s -v

0 comments on commit 7a554ce

Please sign in to comment.