Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/run_checks_build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Build wheel from the project repo
uses: ./.github/actions/build_wheel_and_sdist

test_on_supported_Pythons:
test_on_all_platforms:
needs: build_wheel_and_sdist
strategy:
fail-fast: false
Expand All @@ -50,6 +50,7 @@ jobs:
"3.12",
"3.13",
"3.14",
"3.15-dev",
]
os: [
"macos-latest",
Expand Down
Loading