Skip to content

Commit

Permalink
Update CI to not install wheel and packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
wiseodd committed Aug 14, 2024
1 parent 3ed1e4d commit e18fe25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
# You can test your matrix by printing the current Python version
- name: Install dependencies
run: |
python -m pip install --upgrade pip wheel packaging
python -m pip install --upgrade pip
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
pip install -e .
- name: Test with pytest
Expand Down

0 comments on commit e18fe25

Please sign in to comment.