Skip to content

Commit d6876c7

Browse files
authored
Update build.yaml
1 parent 1a809cf commit d6876c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
run: |
4747
python -m pip install git+https://github.com/RobustBench/robustbench.git
4848
python -m pip install --upgrade pip setuptools wheel
49+
python -m pip install -U packaging
4950
python -m pip install torch==${{ matrix.torch-version }} --extra-index-url https://download.pytorch.org/whl/cpu
5051
pip install '.[dev]'
5152
@@ -62,4 +63,4 @@ jobs:
6263
- name: Check reinstall script
6364
timeout-minutes: 3
6465
run: |
65-
./reinstall.sh
66+
./reinstall.sh

0 commit comments

Comments
 (0)