We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a809cf commit d6876c7Copy full SHA for d6876c7
.github/workflows/build.yaml
@@ -46,6 +46,7 @@ jobs:
46
run: |
47
python -m pip install git+https://github.com/RobustBench/robustbench.git
48
python -m pip install --upgrade pip setuptools wheel
49
+ python -m pip install -U packaging
50
python -m pip install torch==${{ matrix.torch-version }} --extra-index-url https://download.pytorch.org/whl/cpu
51
pip install '.[dev]'
52
@@ -62,4 +63,4 @@ jobs:
62
63
- name: Check reinstall script
64
timeout-minutes: 3
65
- ./reinstall.sh
66
+ ./reinstall.sh
0 commit comments