Skip to content

Commit c47b7df

Browse files
authored
[Release 0.8.1] build wheels (#1001)
1 parent 76d1f64 commit c47b7df

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
@@ -86,7 +86,7 @@ jobs:
8686
run: python -m pip install --upgrade pip
8787
- name: Install PyTorch
8888
run: |
89-
python -m pip install torch --index-url https://download.pytorch.org/whl/cpu
89+
python -m pip install torch torchvision --index-url https://download.pytorch.org/whl/cpu
9090
- name: Install torchcodec from the wheel
9191
run: |
9292
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
@@ -87,7 +87,7 @@ jobs:
8787

8888
- name: Install PyTorch
8989
run: |
90-
python -m pip install torch --index-url https://download.pytorch.org/whl/cpu
90+
python -m pip install torch torchvision --index-url https://download.pytorch.org/whl/cpu
9191
9292
- name: Install torchcodec from the wheel
9393
run: |

.github/workflows/windows_wheel.yaml

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

0 commit comments

Comments
 (0)