Skip to content

Commit cdaa3b5

Browse files
author
Alec Jacobson
committed
github actions is driving me nuts
1 parent ebaeeaf commit cdaa3b5

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +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"
5657

5758

5859
steps:

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ 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}")
6162

6263

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

0 commit comments

Comments
 (0)