Skip to content

Commit

Permalink
numpy/core is renamed to numpy/_core
Browse files Browse the repository at this point in the history
  • Loading branch information
r-devulap committed Oct 17, 2023
1 parent 45777bc commit 423f9f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-numpy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Update x86-simd-sort
working-directory: ${{ github.workspace }}/numpy
run: |
cd numpy/core/src/npysort/x86-simd-sort
cd numpy/_core/src/npysort/x86-simd-sort
git remote add temp ${{ github.workspace }}/x86-simd-sort
git fetch temp
git checkout temp/pr-branch
Expand All @@ -67,6 +67,6 @@ jobs:
export PYTHONPATH="$PYTHONPATH:$NUMPY_SITE"
cd build-install &&
python -c "import numpy; numpy.show_config()" &&
python -m pytest $NUMPY_SITE/numpy/core/tests/test_multiarray.py
python -m pytest $NUMPY_SITE/numpy/_core/tests/test_multiarray.py

0 comments on commit 423f9f2

Please sign in to comment.