File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed
Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -44,22 +44,15 @@ jobs:
4444
4545 - name : Install package
4646 run : |
47+ python -m pip install git+https://github.com/RobustBench/robustbench.git
4748 python -m pip install --upgrade pip setuptools wheel
4849 python -m pip install torch==${{ matrix.torch-version }} --extra-index-url https://download.pytorch.org/whl/cpu
4950 pip install '.[dev]'
5051
51- - name : Run the formatter
52- run : |
53- make format
54-
5552 - name : Run the spelling detector
5653 run : |
5754 make codespell
5855
59- - name : Check CITATION.cff validity
60- run : |
61- cffconvert --validate
62-
6356 - name : Check that no binary files have been added to repo
6457 if : matrix.os == 'ubuntu-latest'
6558 run : |
7568 make build
7669
7770 - name : Check reinstall script
78- timeout-minutes : 10
71+ timeout-minutes : 3
7972 run : |
8073 ./reinstall.sh
You can’t perform that action at this time.
0 commit comments