Skip to content

Commit 020648a

Browse files
committed
MAINT: update wheels.yml for split repo setup
1 parent b9e948f commit 020648a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/wheels.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,16 @@ jobs:
6969
env:
7070
IS_32_BIT: ${{ matrix.buildplat[1] == 'win32' }}
7171
steps:
72+
- name: Checkout numpy-release
73+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
74+
with:
75+
persist-credentials: false
76+
7277
- name: Checkout numpy
7378
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
7479
with:
80+
repository: numpy/numpy
81+
path: numpy-src
7582
submodules: true
7683
persist-credentials: false
7784

@@ -140,6 +147,7 @@ jobs:
140147
- name: Checkout numpy
141148
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
142149
with:
150+
repository: numpy/numpy
143151
submodules: true
144152
persist-credentials: false
145153

0 commit comments

Comments
 (0)