Skip to content

Commit 8dbd8c0

Browse files
committed
CI: test 4 workers on arm64 pandas-dev#36719
1 parent 351c379 commit 8dbd8c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ matrix:
3737
include:
3838
- arch: arm64
3939
env:
40-
- JOB="3.7, arm64" PYTEST_WORKERS=auto ENV_FILE="ci/deps/travis-37-arm64.yaml" PATTERN="(not slow and not network and not clipboard and not arm_slow)"
40+
- JOB="3.7, arm64" PYTEST_WORKERS=4 ENV_FILE="ci/deps/travis-37-arm64.yaml" PATTERN="(not slow and not network and not clipboard and not arm_slow)"
4141

4242
allow_failures:
4343
# Moved to allowed_failures 2020-09-29 due to timeouts https://github.com/pandas-dev/pandas/issues/36719
4444
- arch: arm64
4545
env:
46-
- JOB="3.7, arm64" PYTEST_WORKERS=auto ENV_FILE="ci/deps/travis-37-arm64.yaml" PATTERN="(not slow and not network and not clipboard and not arm_slow)"
46+
- JOB="3.7, arm64" PYTEST_WORKERS=4 ENV_FILE="ci/deps/travis-37-arm64.yaml" PATTERN="(not slow and not network and not clipboard and not arm_slow)"
4747

4848

4949
before_install:

0 commit comments

Comments
 (0)