Skip to content

Commit e322562

Browse files
committed
fix: Debug build
1 parent 3c74b32 commit e322562

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
contains(github.event.pull_request.labels.*.name, 'safe to test')
147147
148148
test-built-linux-wheel:
149-
name: Test wheel built for Linux
149+
name: Test Linux built wheel
150150
needs: build-linux-wheel
151151
runs-on: ubuntu-latest
152152
strategy:
@@ -222,7 +222,7 @@ jobs:
222222
contains(github.event.pull_request.labels.*.name, 'safe to test')
223223
224224
test-built-windows-wheel:
225-
name: Test wheel built for Windows
225+
name: Test Windows built wheel
226226
needs: build-windows-wheel
227227
runs-on: windows-latest
228228
strategy:
@@ -299,7 +299,7 @@ jobs:
299299
contains(github.event.pull_request.labels.*.name, 'safe to test')
300300
301301
test-built-macos-wheel:
302-
name: Test wheel built for macOS
302+
name: Test macOS built wheel
303303
needs: build-macos-wheel
304304
runs-on: macos-latest
305305
strategy:
@@ -355,7 +355,7 @@ jobs:
355355
356356
sdist:
357357
runs-on: ubuntu-latest
358-
needs: [tests-unix]
358+
needs: [tests-unix, tests-windows]
359359
if: |
360360
github.event_name != 'pull_request' ||
361361
github.event.pull_request.author_association == 'COLLABORATOR' ||

0 commit comments

Comments
 (0)