We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdaa3b5 commit 6ba2af2Copy full SHA for 6ba2af2
2 files changed
.github/workflows/wheels.yml
@@ -53,7 +53,7 @@ jobs:
53
CIBW_SKIP: "*-win32 *_i686 pp* cp36* cp311* *musllinux*" # Skip 32-bit buildsa and PyPy, and 3.6(scipy) and 3.11(numpy) *musllinux*(scipy)
54
CIBW_TEST_COMMAND: "python {project}/tests/test_basic.py {project}/data/"
55
CIBW_TEST_SKIP: "*-macosx_arm64"
56
- CIBW_ENVIRONMENT: "MAX_JOBS=1"
+ CIBW_ENVIRONMENT: "MAX_JOBS=2"
57
58
59
steps:
setup.py
@@ -58,7 +58,6 @@ def build_extension(self, ext):
build_args += ['--', f"-j{os.environ['MAX_JOBS']}"]
else:
60
build_args += ['--', '-j8']
61
- print(f"%%%%%%%%%%%%%%%%%%%%% build_args: {build_args}")
62
63
64
tmp = os.environ.get("AR", "")
0 commit comments