include torchvision in build for upstream changes requiring it now (#2953) [skip ci]

This commit is contained in:
Wing Lian
2025-07-22 04:19:16 -04:00
committed by GitHub
parent bc1076d8a2
commit d32058e149
2 changed files with 3 additions and 3 deletions

View File

@@ -52,7 +52,7 @@ jobs:
- name: Install PyTorch
run: |
pip3 install torch==${{ matrix.pytorch_version }}
pip3 install torch==${{ matrix.pytorch_version }} torchvision
- name: Update requirements.txt
run: |

View File

@@ -78,7 +78,7 @@ jobs:
- name: Install PyTorch
run: |
pip3 install torch==${{ matrix.pytorch_version }}
pip3 install torch==${{ matrix.pytorch_version }} torchvision
- name: Install dependencies
run: |
@@ -151,7 +151,7 @@ jobs:
- name: Install PyTorch
run: |
pip3 install torch==${{ matrix.pytorch_version }}
pip3 install torch==${{ matrix.pytorch_version }} torchvision
- name: Install dependencies
run: |