Skip to content

Commit eb9bef9

Browse files
authored
ci: don't gate Windows CI on packaging job (#13338)
I already removed the dependency for the Unix jobs, but I forgot to update the Windows matrix. There's no point starting the Windows jobs 1.5 minutes late by waiting for the packaging jobs to complete.
1 parent 122692d commit eb9bef9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
name: tests / ${{ matrix.python }} / ${{ matrix.os }} / ${{ matrix.group.number }}
165165
runs-on: ${{ matrix.os }}-latest
166166

167-
needs: [packaging, determine-changes]
167+
needs: [determine-changes]
168168
if: >-
169169
needs.determine-changes.outputs.tests == 'true' ||
170170
github.event_name != 'pull_request'

0 commit comments

Comments
 (0)