Skip to content

Commit f783569

Browse files
committed
fix build script
1 parent 786ec83 commit f783569

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/build.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,6 @@ jobs:
4949
python -m pip install torch==${{ matrix.torch-version }} --extra-index-url https://download.pytorch.org/whl/cpu
5050
pip install '.[dev]'
5151
52-
- name: Check that no binary files have been added to repo
53-
if: matrix.os == 'ubuntu-latest'
54-
run: |
55-
make check_for_binary
56-
5752
- name: Run pytest tests
5853
timeout-minutes: 10
5954
run: |

0 commit comments

Comments
 (0)