We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9e948f commit 020648aCopy full SHA for 020648a
.github/workflows/wheels.yml
@@ -69,9 +69,16 @@ jobs:
69
env:
70
IS_32_BIT: ${{ matrix.buildplat[1] == 'win32' }}
71
steps:
72
+ - name: Checkout numpy-release
73
+ uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
74
+ with:
75
+ persist-credentials: false
76
+
77
- name: Checkout numpy
78
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
79
with:
80
+ repository: numpy/numpy
81
+ path: numpy-src
82
submodules: true
83
persist-credentials: false
84
@@ -140,6 +147,7 @@ jobs:
140
147
141
148
142
149
150
143
151
144
152
145
153
0 commit comments