File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -535,7 +535,7 @@ jobs:
535
535
macos-nightly :
536
536
name : Nightly ${{ matrix.python }} macOS
537
537
if : github.event_name == 'push'
538
- needs : [build-number, release ]
538
+ needs : [build-number, macos-wheel ]
539
539
runs-on : macos-latest
540
540
strategy :
541
541
matrix :
@@ -578,7 +578,7 @@ jobs:
578
578
linux-nightly :
579
579
name : Nightly ${{ matrix.python }} Linux
580
580
if : github.event_name == 'push'
581
- needs : [build-number, release ]
581
+ needs : [build-number, linux-wheel ]
582
582
runs-on : ubuntu-20.04
583
583
strategy :
584
584
matrix :
@@ -616,7 +616,7 @@ jobs:
616
616
windows-nightly :
617
617
name : Nightly ${{ matrix.python }} Windows
618
618
if : github.event_name == 'push'
619
- needs : [build-number, release ]
619
+ needs : [build-number, windows-wheel ]
620
620
runs-on : windows-latest
621
621
strategy :
622
622
matrix :
You can’t perform that action at this time.
0 commit comments