File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 4040 yum update -y
4141 yum install -y cmake gcc gcc-c++ make git pkgconfig
4242 CIBW_BEFORE_BUILD : |
43- pip install meson>=1.3.2 meson-python>=0.18.0 wheel
43+ pip install meson>=1.3.2 meson-python>=0.18.0 wheel ninja
4444 pip install --pre --upgrade --timeout=60 --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple numpy
4545 CIBW_BUILD_FRONTEND : " pip; args: --no-build-isolation"
4646 CIBW_ENVIRONMENT : >
@@ -102,7 +102,7 @@ jobs:
102102 # CIBW_ARCHS_MACOS: ${{ matrix.os == 'macos-13' && 'x86_64' || 'arm64' }}
103103 CIBW_BUILD_VERBOSITY : " 3"
104104 CIBW_BEFORE_BUILD : |
105- pip install meson>=1.3.2 meson-python>=0.18.0 wheel
105+ pip install meson>=1.3.2 meson-python>=0.18.0 wheel ninja
106106 pip install --pre --upgrade --timeout=60 --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple numpy
107107 CIBW_BUILD_FRONTEND : " pip; args: --no-build-isolation"
108108 CIBW_ENVIRONMENT : >
Original file line number Diff line number Diff line change 3131 working-directory : quaddtype
3232 run : |
3333 uv pip install --pre --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple numpy
34+ uv pip install meson>=1.3.2 meson-python wheel ninja
3435 uv pip install mypy pyright . --no-build-isolation
3536
3637 - name : pyright
You can’t perform that action at this time.
0 commit comments