Skip to content

Commit 1f3e870

Browse files
committed
Updated workflows
1 parent 75684ba commit 1f3e870

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
- name: Run pyright
2828
run: uv run --no-project pyright
2929

30-
build_wheels_run_tests:
31-
name: Build wheels and run tests
30+
build_and_test:
31+
name: Build and test
3232
runs-on: ${{ matrix.platform }}
3333
strategy:
3434
fail-fast: false
@@ -92,7 +92,7 @@ jobs:
9292
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v')
9393
needs:
9494
- code_quality
95-
- build_wheels_run_tests
95+
- build_and_test
9696
- build_source
9797
runs-on: ubuntu-latest
9898
steps:

0 commit comments

Comments
 (0)