Skip to content

Commit 065f664

Browse files
committed
build
1 parent d785343 commit 065f664

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff 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: |
@@ -75,6 +68,6 @@ jobs:
7568
make build
7669
7770
- name: Check reinstall script
78-
timeout-minutes: 10
71+
timeout-minutes: 3
7972
run: |
8073
./reinstall.sh

0 commit comments

Comments
 (0)