Skip to content

Commit 6ba2af2

Browse files
author
Alec Jacobson
committed
MAX_JOBS=2
1 parent cdaa3b5 commit 6ba2af2

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
CIBW_SKIP: "*-win32 *_i686 pp* cp36* cp311* *musllinux*" # Skip 32-bit buildsa and PyPy, and 3.6(scipy) and 3.11(numpy) *musllinux*(scipy)
5454
CIBW_TEST_COMMAND: "python {project}/tests/test_basic.py {project}/data/"
5555
CIBW_TEST_SKIP: "*-macosx_arm64"
56-
CIBW_ENVIRONMENT: "MAX_JOBS=1"
56+
CIBW_ENVIRONMENT: "MAX_JOBS=2"
5757

5858

5959
steps:

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ def build_extension(self, ext):
5858
build_args += ['--', f"-j{os.environ['MAX_JOBS']}"]
5959
else:
6060
build_args += ['--', '-j8']
61-
print(f"%%%%%%%%%%%%%%%%%%%%% build_args: {build_args}")
6261

6362

6463
tmp = os.environ.get("AR", "")

0 commit comments

Comments
 (0)