Skip to content

Commit a5630bc

Browse files
author
Daniel Flores
committed
update wheels to pull torch 2.9 from test channel
1 parent b3567cb commit a5630bc

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
@@ -90,7 +90,7 @@ jobs:
9090
run: python -m pip install --upgrade pip
9191
- name: Install PyTorch
9292
run: |
93-
python -m pip install torch --index-url https://download.pytorch.org/whl/cpu
93+
python -m pip install torch --index-url https://download.pytorch.org/whl/test/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)