Skip to content

Commit

Permalink
Merge pull request #87 from r-devulap/ci-numpy
Browse files Browse the repository at this point in the history
CI: numpy/core is renamed to numpy/_core
  • Loading branch information
r-devulap committed Oct 17, 2023
2 parents 45777bc + 423f9f2 commit 59c241b
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 59c241b

Please sign in to comment.