Skip to content

Commit c77fbd7

Browse files
committed
Add torchvision to test environments
1 parent 74fe47f commit c77fbd7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/linux_wheel.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
run: python -m pip install --upgrade pip
8282
- name: Install PyTorch
8383
run: |
84-
python -m pip install --pre torch --index-url https://download.pytorch.org/whl/nightly/cpu
84+
python -m pip install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu
8585
- name: Install torchcodec from the wheel
8686
run: |
8787
wheel_path=`find pytorch/torchcodec/dist -type f -name "*.whl"`

.github/workflows/macos_wheel.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686

8787
- name: Install PyTorch
8888
run: |
89-
python -m pip install --pre torch --index-url https://download.pytorch.org/whl/nightly/cpu
89+
python -m pip install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu
9090
9191
- name: Install torchcodec from the wheel
9292
run: |

.github/workflows/windows_wheel.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
run: python -m pip install --upgrade pip
9191
- name: Install PyTorch
9292
run: |
93-
python -m pip install --pre torch --index-url https://download.pytorch.org/whl/nightly/cpu
93+
python -m pip install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu
9494
- name: Install torchcodec from the wheel
9595
run: |
9696
wheel_path=`find pytorch/torchcodec/dist -type f -name "*.whl"`

0 commit comments

Comments
 (0)