File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -108,8 +108,10 @@ jobs:
108108 git config --global --add safe.directory /workspace &&
109109
110110 # Install Python build dependencies (using --break-system-packages for Ubuntu 24.04)
111- python -m pip install --break-system-packages meson>=1.3.2 meson-python wheel &&
112- python -m pip install --break-system-packages --pre --upgrade --timeout=60 --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple numpy &&
111+ python -m pip install --break-system-packages meson>=1.3.2 meson-python wheel ninja cython &&
112+ echo \"Building NumPy from source (main branch)...\" &&
113+ python -m pip install --break-system-packages git+https://github.com/numpy/numpy.git@main &&
114+ python -c \"import numpy; print('NumPy version:', numpy.__version__)\" &&
113115 python -m pip install --break-system-packages pytest pytest-run-parallel pytest-timeout &&
114116
115117 # Install system dependencies for quaddtype (SLEEF dependencies)
You can’t perform that action at this time.
0 commit comments