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 45777bc + 423f9f2 commit 59c241bCopy full SHA for 59c241b
.github/workflows/build-numpy.yml
@@ -51,7 +51,7 @@ jobs:
51
- name: Update x86-simd-sort
52
working-directory: ${{ github.workspace }}/numpy
53
run: |
54
- cd numpy/core/src/npysort/x86-simd-sort
+ cd numpy/_core/src/npysort/x86-simd-sort
55
git remote add temp ${{ github.workspace }}/x86-simd-sort
56
git fetch temp
57
git checkout temp/pr-branch
@@ -67,6 +67,6 @@ jobs:
67
export PYTHONPATH="$PYTHONPATH:$NUMPY_SITE"
68
cd build-install &&
69
python -c "import numpy; numpy.show_config()" &&
70
- python -m pytest $NUMPY_SITE/numpy/core/tests/test_multiarray.py
+ python -m pytest $NUMPY_SITE/numpy/_core/tests/test_multiarray.py
71
72
0 commit comments