Skip to content

Commit

Permalink
pytorch manual install in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ion-g-ion committed Jan 22, 2024
1 parent 3ad5ac9 commit 7e8ac64
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
architecture: x64
- name: Install pytorch
run: pip install torch torchvision torchaudio
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 7e8ac64

Please sign in to comment.