Commit 4375d96 1 parent fe0d9d8 commit 4375d96 Copy full SHA for 4375d96
File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 49
49
- name : Install Python dependencies
50
50
run : >
51
51
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'
53
53
54
54
# Cache the Conan cache folder to speed up installation of the dependencies.
55
55
- name : Cache Conan dependencies
@@ -236,7 +236,7 @@ jobs:
236
236
SCCACHE_CACHE_MULTIARCH : " 1"
237
237
CIBW_ARCHS : ${{ matrix.cibw-arch }}
238
238
CIBW_ENABLE : ' pypy'
239
- CIBW_TEST_SKIP : ' pp*'
239
+ CIBW_TEST_SKIP : ' pp* *-win32 '
240
240
CIBW_BUILD : ' cp311-* pp310-*'
241
241
steps :
242
242
- name : Checkout
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ alpaqa = "alpaqa.__main__:main"
48
48
49
49
[build-system ]
50
50
requires = [
51
- " py-build-cmake~=0.3.0 " ,
51
+ " py-build-cmake~=0.3.2 " ,
52
52
" pybind11==2.13.6" ,
53
53
" pybind11-stubgen~=2.5" ,
54
54
" numpy<3" ,
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ description = "Debug symbols for the alpaqa package."
17
17
18
18
[build-system ]
19
19
requires = [
20
- " py-build-cmake~=0.3.0 " ,
20
+ " py-build-cmake~=0.3.2 " ,
21
21
" pybind11==2.13.6" ,
22
22
" pybind11-stubgen~=2.5" ,
23
23
" numpy<3" ,
You can’t perform that action at this time.
0 commit comments