Skip to content

Commit 1a53656

Browse files
committed
cmake is a build dependency
1 parent 81f010c commit 1a53656

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Tests
22

3-
on: [push, pull_request]
3+
on: [push]
44

55
jobs:
66
build_wheels:

.github/workflows/cibuildwheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
- main
1313

1414
env:
15-
CIBW_BEFORE_BUILD: pip install -r requirements-build.txt
15+
#CIBW_BEFORE_BUILD: pip install -r requirements-build.txt
1616
CIBW_BUILD_VERBOSITY: 1
1717
CIBW_TEST_REQUIRES: pytest numpy<2 psutil msgpack
1818
CIBW_TEST_COMMAND: python -m pytest -m "not heavy" {project}/tests

pyproject.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
[build-system]
2-
requires = ["setuptools", "scikit-build", "cython", "ninja", "oldest-supported-numpy"]
2+
requires = [
3+
"setuptools",
4+
"scikit-build",
5+
"cython",
6+
"cmake",
7+
"ninja",
8+
"oldest-supported-numpy"]
39

410
[project]
511
name = "blosc2"

0 commit comments

Comments
 (0)