Skip to content

Commit 707daf9

Browse files
committed
Temporarily pin torch to 1.12
1 parent 7855c9d commit 707daf9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests_torch.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
key: ${{ runner.os }}-pip-${{ hashFiles('setup.py') }}
3636
- name: Install
3737
run: |
38-
pip install torch
38+
pip install torch==1.12.1
3939
pip install .[quality]
4040
- name: Check Quality
4141
run: |
@@ -56,7 +56,7 @@ jobs:
5656
${{ runner.os }}-pip-
5757
- name: Install
5858
run: |
59-
pip install torch
59+
pip install torch==1.12.1
6060
pip install .[sklearn,testing,sentencepiece,vision]
6161
pip install datasets
6262
- name: Test

0 commit comments

Comments
 (0)