Skip to content

Commit

Permalink
fix build script
Browse files Browse the repository at this point in the history
  • Loading branch information
MMathisLab committed Oct 27, 2024
1 parent 065f664 commit 786ec83
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,6 @@ jobs:
python -m pip install torch==${{ matrix.torch-version }} --extra-index-url https://download.pytorch.org/whl/cpu
pip install '.[dev]'
- name: Run the spelling detector
run: |
make codespell
- name: Check that no binary files have been added to repo
if: matrix.os == 'ubuntu-latest'
run: |
Expand Down

0 comments on commit 786ec83

Please sign in to comment.