We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1cac5a commit b30254bCopy full SHA for b30254b
1 file changed
.github/workflows/build.yml
@@ -108,7 +108,8 @@ jobs:
108
shell: bash
109
run: |
110
source ~/venv/bin/activate
111
- pip3 install torch==${{ matrix.torch_version }}+${{ matrix.hardware }} torchvision torchaudio --index-url https://download.pytorch.org/whl/${{ matrix.hardware }}
+ pip3 install --no-cache-dir torch==${{ matrix.torch_version }}+${{ matrix.hardware }} torchvision torchaudio --index-url https://download.pytorch.org/whl/${{ matrix.hardware }}
112
+ rm -rf ~/.cache/pip
113
- name: Install package
114
uses: ./.github/actions/install
115
with:
0 commit comments