Skip to content

Commit 3809853

Browse files
authored
Merge pull request numpy#28488 from abhishek-iitmadras/fix
fix aarch64 CI run
2 parents 7cc1244 + 2da2141 commit 3809853

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,7 @@ jobs:
171171
if: github.repository == 'numpy/numpy'
172172
runs-on: ubuntu-22.04-arm
173173
steps:
174-
- name: Checkout for PR
175-
if: github.event_name == 'pull_request'
176-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
174+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
177175
with:
178176
submodules: recursive
179177
fetch-tags: true

doc/source/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ class PyTypeObject(ctypes.Structure):
5959
# implementations
6060
_name_cache[typ] = b"numpy." + name.encode('utf8')
6161

62+
6263
replace_scalar_type_names()
6364

6465

0 commit comments

Comments
 (0)