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 69
69
env :
70
70
IS_32_BIT : ${{ matrix.buildplat[1] == 'win32' }}
71
71
steps :
72
+ - name : Checkout numpy-release
73
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
74
+ with :
75
+ persist-credentials : false
76
+
72
77
- name : Checkout numpy
73
78
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
74
79
with :
80
+ repository : numpy/numpy
81
+ path : numpy-src
75
82
submodules : true
76
83
persist-credentials : false
77
84
@@ -137,9 +144,16 @@ jobs:
137
144
name : Build sdist
138
145
runs-on : ubuntu-latest
139
146
steps :
147
+ - name : Checkout numpy-release
148
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
149
+ with :
150
+ persist-credentials : false
151
+
140
152
- name : Checkout numpy
141
153
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
142
154
with :
155
+ repository : numpy/numpy
156
+ path : numpy-src
143
157
submodules : true
144
158
persist-credentials : false
145
159
You can’t perform that action at this time.
0 commit comments