Skip to content

Commit 4adf5c3

Browse files
committed
change jobs dependencies in Release CI
1 parent 2f59989 commit 4adf5c3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ jobs:
1313
uses: ./.github/workflows/test.yml
1414

1515
nuitka:
16-
needs: [ test ]
16+
needs: [ style ]
1717
uses: ./.github/workflows/nuitka.yml
1818

1919
wheel:
20-
needs: [ test ]
20+
needs: [ style ]
2121
uses: ./.github/workflows/wheel.yml
2222

2323
github:
24-
needs: [ nuitka, wheel ]
24+
needs: [ test, nuitka, wheel ]
2525
runs-on: windows-2025
2626
steps:
2727
- name: "Checkout"
@@ -74,7 +74,7 @@ jobs:
7474
DIGESTS
7575
7676
pypi:
77-
needs: [ nuitka, wheel ]
77+
needs: [ test, nuitka, wheel ]
7878
runs-on: ubuntu-latest
7979
environment: pypi
8080
permissions:

0 commit comments

Comments
 (0)