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 7272 env :
7373 IS_32_BIT : ${{ matrix.buildplat[1] == 'win32' }}
7474 steps :
75+ - name : Checkout numpy-release
76+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
77+ with :
78+ persist-credentials : false
79+
7580 - name : Checkout numpy
7681 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
7782 with :
83+ repository : numpy/numpy
84+ path : numpy-src
7885 submodules : true
7986 persist-credentials : false
8087
@@ -140,9 +147,16 @@ jobs:
140147 name : Build sdist
141148 runs-on : ubuntu-latest
142149 steps :
150+ - name : Checkout numpy-release
151+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
152+ with :
153+ persist-credentials : false
154+
143155 - name : Checkout numpy
144156 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
145157 with :
158+ repository : numpy/numpy
159+ path : numpy-src
146160 submodules : true
147161 persist-credentials : false
148162
You can’t perform that action at this time.
0 commit comments