Skip to content

Commit

Permalink
add more torch install
Browse files Browse the repository at this point in the history
  • Loading branch information
rchan26 committed Nov 16, 2023
1 parent 66f4b19 commit fea652a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install torch
run: |
pip install torch==1.9.0
run: pip install torch==1.9.0 torchvision==0.10.0 torchaudio==0.9.0

- name: Debug installed packages
run: pip list
Expand Down

0 comments on commit fea652a

Please sign in to comment.