Skip to content

Commit f15dde8

Browse files
committed
remove pip upgrade
1 parent 6fca568 commit f15dde8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/testing.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ jobs:
2020
with:
2121
python-version: ${{ matrix.python-version }}
2222

23-
- name: Update pip
24-
run: |
25-
pip install --upgrade pip
26-
2723
- name: Install PyTorch ${{ matrix.torch-version }}
2824
run: |
2925
pip install torch==${{ matrix.torch-version}}+cpu -f https://download.pytorch.org/whl/torch_stable.html

0 commit comments

Comments
 (0)