File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 72
72
env :
73
73
IS_32_BIT : ${{ matrix.buildplat[1] == 'win32' }}
74
74
steps :
75
+ - name : Checkout numpy-release
76
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
77
+ with :
78
+ persist-credentials : false
79
+
75
80
- name : Checkout numpy
76
81
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
77
82
with :
83
+ repository : numpy/numpy
84
+ path : numpy-src
78
85
submodules : true
79
86
persist-credentials : false
80
87
@@ -140,9 +147,16 @@ jobs:
140
147
name : Build sdist
141
148
runs-on : ubuntu-latest
142
149
steps :
150
+ - name : Checkout numpy-release
151
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
152
+ with :
153
+ persist-credentials : false
154
+
143
155
- name : Checkout numpy
144
156
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
145
157
with :
158
+ repository : numpy/numpy
159
+ path : numpy-src
146
160
submodules : true
147
161
persist-credentials : false
148
162
You can’t perform that action at this time.
0 commit comments