Skip to content

Commit 168b798

Browse files
committed
[Task] : Use stable pytorch version for CI setup.
1 parent a43ed6a commit 168b798

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/actions/setup-build/action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ runs:
4040
- name: Install PyTorch nightly depends
4141
if: ${{ runner.os != 'Linux' }}
4242
run: |
43-
python -m pip install -r pytorch-requirements.txt
44-
python -m pip install -r build-requirements.txt
43+
python -m pip install --no-cache-dir torch torchvision --index-url https://download.pytorch.org/whl/cpu
4544
shell: bash
4645

4746
- name: Install prerequisites (Linux)

0 commit comments

Comments
 (0)