Skip to content

Commit 351c379

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
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=2 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=auto 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=2 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=auto 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:
@@ -60,9 +60,9 @@ before_install:
6060

6161
install:
6262
- echo "install start"
63-
- ci/prep_cython_cache.sh
63+
# - ci/prep_cython_cache.sh
6464
- ci/setup_env.sh
65-
- ci/submit_cython_cache.sh
65+
# - ci/submit_cython_cache.sh
6666
- echo "install done"
6767

6868
script:

0 commit comments

Comments
 (0)