Skip to content

Commit

Permalink
Make self hosted action get compatible torch
Browse files Browse the repository at this point in the history
  • Loading branch information
HastingsGreer authored Dec 8, 2023
1 parent 131287f commit ac3af2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/self-hosted-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
python-version: 3.8
- name: Install dependencies
run: |
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
pip install -e .
pip install pytest
- name: Test with pytest
Expand Down

0 comments on commit ac3af2b

Please sign in to comment.