Skip to content

Commit 61dbdf8

Browse files
author
Daniel Flores
committed
update wheels to pull torch 2.9 from test channel
1 parent 91115ad commit 61dbdf8

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
@@ -82,7 +82,7 @@ jobs:
8282
run: python -m pip install --upgrade pip
8383
- name: Install PyTorch
8484
run: |
85-
python -m pip install torch --index-url https://download.pytorch.org/whl/cpu
85+
python -m pip install torch --index-url https://download.pytorch.org/whl/test/cpu
8686
- name: Install torchcodec from the wheel
8787
run: |
8888
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 --index-url https://download.pytorch.org/whl/test/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
@@ -89,7 +89,7 @@ jobs:
8989
run: python -m pip install --upgrade pip
9090
- name: Install PyTorch
9191
run: |
92-
python -m pip install torch --index-url https://download.pytorch.org/whl/cpu
92+
python -m pip install torch --index-url https://download.pytorch.org/whl/test/cpu
9393
- name: Install torchcodec from the wheel
9494
run: |
9595
wheel_path=`find pytorch/torchcodec/dist -type f -name "*.whl"`

0 commit comments

Comments
 (0)