"vscode:/vscode.git/clone" did not exist on "87f43814e3a026b6df603efdc309357543c52632"
Commit 485feebf authored by rusty1s's avatar rusty1s
Browse files

remove update

parent 923707e8
......@@ -33,10 +33,6 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Update pip
run: |
pip install --upgrade pip
- name: Install CUDA ${{ matrix.cuda-version }}
if: ${{ matrix.cuda-version != 'cpu' }}
run: |
......
......@@ -20,10 +20,6 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Update pip
run: |
pip install --upgrade pip
- name: Install PyTorch ${{ matrix.torch-version }}
run: |
pip install torch==${{ matrix.torch-version}}+cpu -f https://download.pytorch.org/whl/torch_stable.html
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment