Skip to content

Commit 4375d96

Browse files
committed
[CI] upgrade py-build-cmake, skip Windows ARM64 wheel tests
1 parent fe0d9d8 commit 4375d96

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/wheel.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Install Python dependencies
5050
run: >
5151
pip install -U
52-
pip build conan ninja 'py-build-cmake~=0.3.1' 'pybind11-stubgen~=2.5.1' 'numpy<3'
52+
pip build conan ninja 'py-build-cmake~=0.3.2' 'pybind11-stubgen~=2.5.1' 'numpy<3'
5353
5454
# Cache the Conan cache folder to speed up installation of the dependencies.
5555
- name: Cache Conan dependencies
@@ -236,7 +236,7 @@ jobs:
236236
SCCACHE_CACHE_MULTIARCH: "1"
237237
CIBW_ARCHS: ${{ matrix.cibw-arch }}
238238
CIBW_ENABLE: 'pypy'
239-
CIBW_TEST_SKIP: 'pp*'
239+
CIBW_TEST_SKIP: 'pp* *-win32'
240240
CIBW_BUILD: 'cp311-* pp310-*'
241241
steps:
242242
- name: Checkout

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ alpaqa = "alpaqa.__main__:main"
4848

4949
[build-system]
5050
requires = [
51-
"py-build-cmake~=0.3.0",
51+
"py-build-cmake~=0.3.2",
5252
"pybind11==2.13.6",
5353
"pybind11-stubgen~=2.5",
5454
"numpy<3",

python/alpaqa-debug/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ description = "Debug symbols for the alpaqa package."
1717

1818
[build-system]
1919
requires = [
20-
"py-build-cmake~=0.3.0",
20+
"py-build-cmake~=0.3.2",
2121
"pybind11==2.13.6",
2222
"pybind11-stubgen~=2.5",
2323
"numpy<3",

0 commit comments

Comments
 (0)