Skip to content

Commit f609eeb

Browse files
author
Beat Buesser
committed
Update Lingvo workflow
Signed-off-by: Beat Buesser <[email protected]>
1 parent e16865f commit f609eeb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-lingvo.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ jobs:
6161
pip install jax[cpu]==0.2.17
6262
pip install h5py==2.10.0
6363
pip install pytest-mock
64-
pip install torch==1.10.2+cpu
65-
pip install torchaudio==0.10.2
66-
pip install torchvision==0.11.3+cpu
64+
pip install torch==1.10.2+cpu --find-links https://download.pytorch.org/whl/cpu/torch_stable.html
65+
pip install torchaudio==0.10.2+cpu --find-links https://download.pytorch.org/whl/cpu/torch_stable.html
66+
pip install torchvision==0.11.3+cpu --find-links https://download.pytorch.org/whl/cpu/torch_stable.html
6767
pip list
6868
- name: Run ${{ matrix.name }} Tests
6969
run: ./run_tests.sh ${{ matrix.framework }}

0 commit comments

Comments
 (0)