-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected] | ||
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 | ||
|