We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3f4238 commit c0609c1Copy full SHA for c0609c1
.github/workflows/unit-tests.yml
@@ -385,6 +385,8 @@ jobs:
385
nogil: true
386
387
- name: Build Environment
388
+ # TODO: Once numpy 2.2.1 is out, don't install nightly version
389
+ # Tests segfault with numpy 2.2.0: https://github.com/numpy/numpy/pull/27955
390
run: |
391
python --version
392
python -m pip install --upgrade pip setuptools wheel meson[ninja]==1.2.1 meson-python==0.13.1
0 commit comments