Skip to content

Commit 773c945

Browse files
committed
dep fix
1 parent 3707596 commit 773c945

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/build_wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
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: >

.github/workflows/typecheck.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
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

0 commit comments

Comments
 (0)