File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1515 matrix :
1616 os : [ubuntu-latest]
1717 python-version : ["3.12"]
18- # We aim to support the versions on pytorch.org
19- # as well as selected previous versions on
20- # https://pytorch.org/get-started/previous-versions/
2118 torch-version : ["2.4.0"]
2219 include :
2320 - os : windows-latest
2724 runs-on : ${{ matrix.os }}
2825
2926 steps :
27+ - name : Clear pip cache
28+ run : |
29+ rm -rf ~/.cache/pip
30+
3031 - name : Cache dependencies
3132 id : pip-cache
3233 uses : actions/cache@v3
4647 run : |
4748 python -m pip install git+https://github.com/RobustBench/robustbench.git
4849 python -m pip install --upgrade pip setuptools wheel
49- python -m pip install -U packaging
50+ python -m pip install packaging==24.2
5051 python -m pip install torch==${{ matrix.torch-version }} --extra-index-url https://download.pytorch.org/whl/cpu
5152 pip install '.[dev]'
5253
You can’t perform that action at this time.
0 commit comments