Skip to content

Commit 786ec83

Browse files
committed
fix build script
1 parent 065f664 commit 786ec83

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/build.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +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: Run the spelling detector
53-
run: |
54-
make codespell
55-
5652
- name: Check that no binary files have been added to repo
5753
if: matrix.os == 'ubuntu-latest'
5854
run: |

0 commit comments

Comments
 (0)