Skip to content

Commit 5993b9a

Browse files
authored
Pin Pytorch and torchvision versions in workflow
1 parent ed2f81b commit 5993b9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check_code_consistency.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
python-version: "3.10"
1919
cache: "pip" # caching pip dependencies
2020
- name: Installing Pytorch
21-
run: pip3 install torch torchvision --index-url https://download.pytorch.org/whl/cu126
21+
run: pip3 install torch==2.9.1 torchvision==0.24.1 --index-url https://download.pytorch.org/whl/cu126
2222
- name: Installing BiaPy
2323
run: pip install --editable .
2424
- name: Installing dependencies for the run_checks.py script

0 commit comments

Comments
 (0)