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 065f664 commit 786ec83Copy full SHA for 786ec83
.github/workflows/build.yaml
@@ -49,10 +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: Run the spelling detector
53
- run: |
54
- make codespell
55
-
56
- name: Check that no binary files have been added to repo
57
if: matrix.os == 'ubuntu-latest'
58
run: |
0 commit comments