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 786ec83 commit f783569Copy full SHA for f783569
.github/workflows/build.yaml
@@ -49,11 +49,6 @@ jobs:
49
python -m pip install torch==${{ matrix.torch-version }} --extra-index-url https://download.pytorch.org/whl/cpu
50
pip install '.[dev]'
51
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
-
57
- name: Run pytest tests
58
timeout-minutes: 10
59
run: |
0 commit comments