Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dae79a0 commit 2cb5cd6Copy full SHA for 2cb5cd6
build_tools/cirrus/arm_wheel.yml
@@ -46,13 +46,13 @@ linux_arm64_wheel_task:
46
image: family/docker-builder-arm64
47
architecture: arm64
48
platform: linux
49
- cpu: 4
+ cpu: 2
50
memory: 4G
51
env:
52
CONFTEST_PATH: ${CIRRUS_WORKING_DIR}/conftest.py
53
CONFTEST_NAME: conftest.py
54
CIBW_ENVIRONMENT: SKLEARN_SKIP_NETWORK_TESTS=1
55
- SKLEARN_BUILD_PARALLEL=5
+ SKLEARN_BUILD_PARALLEL=3
56
CIBW_TEST_COMMAND: bash {project}/build_tools/wheels/test_wheels.sh
57
CIBW_TEST_REQUIRES: pytest pandas threadpoolctl pytest-xdist
58
CIBW_BUILD_VERBOSITY: 1
0 commit comments