diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e348e977f..9b96066c7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,7 +26,7 @@ jobs: - uses: actions/setup-python@v5 with: python-version: "3.10" - - run: pip install -U ruff==0.6.8 black~=24.8 typos~=1.28 + - run: pip install -U ruff==0.6.8 black~=24.8 - uses: dtolnay/rust-toolchain@1.82 with: components: rustfmt, clippy @@ -42,8 +42,6 @@ jobs: run: ruff check rustworkx retworkx setup.py tests - name: Check stray release notes run: python tools/find_stray_release_notes.py - - name: Spell check - run: typos --exclude releasenotes/ && typos --no-check-filenames releasenotes/ - name: rustworkx-core Rust Tests run: pushd rustworkx-core && cargo test && popd - name: rustworkx-core Docs