Skip to content

Commit

Permalink
[ci] remove numpy lib hack; recent npyinterp should support it
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesBuchner committed Oct 21, 2023
1 parent 7b58be7 commit 3a1002a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,6 @@ jobs:
conda activate ciao
pushd examples/sherpa;
# install interpolation code first
echo $CONDA_PREFIX/lib/python*
ls /usr/include/numpy/ || true
sudo ln -s $CONDA_PREFIX/lib/python${{ matrix.python-version }}/site-packages/numpy/core/include/numpy /usr/include/numpy
ls /usr/include/numpy/;
git clone https://github.com/JohannesBuchner/npyinterp.git;
pushd npyinterp; make; popd;
# run examples
Expand Down

0 comments on commit 3a1002a

Please sign in to comment.