File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 26
26
- name : Install numpy nightly
27
27
if : matrix.numpy-version == 'nightly'
28
28
run : |
29
- pip install -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple numpy
29
+ pip install --pre --upgrade --timeout=60 - i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple numpy
30
30
- name : Install numpy from PyPI
31
31
if : matrix.numpy-version != 'nightly'
32
32
run : |
75
75
working-directory : quaddtype
76
76
run : |
77
77
if [ "${{ matrix.numpy-version }}" == "nightly" ]; then
78
+ # obscure errors when using command line 2_4 if numpy does not define it
79
+ python -c "import numpy as np; assert np.__version__ >= '2.4'"
78
80
extra_args="-Csetup-args=-Dcpp_args=-DNPY_TARGET_VERSION=NPY_2_4_API_VERSION --no-build-isolation"
79
81
fi
80
82
export LDFLAGS="-fopenmp"
You can’t perform that action at this time.
0 commit comments