Skip to content

Commit 59c241b

Browse files
author
Raghuveer Devulapalli
authored
Merge pull request #87 from r-devulap/ci-numpy
CI: numpy/core is renamed to numpy/_core
2 parents 45777bc + 423f9f2 commit 59c241b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-numpy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Update x86-simd-sort
5252
working-directory: ${{ github.workspace }}/numpy
5353
run: |
54-
cd numpy/core/src/npysort/x86-simd-sort
54+
cd numpy/_core/src/npysort/x86-simd-sort
5555
git remote add temp ${{ github.workspace }}/x86-simd-sort
5656
git fetch temp
5757
git checkout temp/pr-branch
@@ -67,6 +67,6 @@ jobs:
6767
export PYTHONPATH="$PYTHONPATH:$NUMPY_SITE"
6868
cd build-install &&
6969
python -c "import numpy; numpy.show_config()" &&
70-
python -m pytest $NUMPY_SITE/numpy/core/tests/test_multiarray.py
70+
python -m pytest $NUMPY_SITE/numpy/_core/tests/test_multiarray.py
7171
7272

0 commit comments

Comments
 (0)