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.
2 parents 7cc1244 + 2da2141 commit 3809853Copy full SHA for 3809853
.github/workflows/linux.yml
@@ -171,9 +171,7 @@ jobs:
171
if: github.repository == 'numpy/numpy'
172
runs-on: ubuntu-22.04-arm
173
steps:
174
- - name: Checkout for PR
175
- if: github.event_name == 'pull_request'
176
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
+ - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
177
with:
178
submodules: recursive
179
fetch-tags: true
doc/source/conf.py
@@ -59,6 +59,7 @@ class PyTypeObject(ctypes.Structure):
59
# implementations
60
_name_cache[typ] = b"numpy." + name.encode('utf8')
61
62
+
63
replace_scalar_type_names()
64
65
0 commit comments