File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -37,13 +37,13 @@ matrix:
37
37
include :
38
38
- arch : arm64
39
39
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)"
41
41
42
42
allow_failures :
43
43
# Moved to allowed_failures 2020-09-29 due to timeouts https://github.com/pandas-dev/pandas/issues/36719
44
44
- arch : arm64
45
45
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)"
47
47
48
48
49
49
before_install :
@@ -60,9 +60,9 @@ before_install:
60
60
61
61
install :
62
62
- echo "install start"
63
- - ci/prep_cython_cache.sh
63
+ # - ci/prep_cython_cache.sh
64
64
- ci/setup_env.sh
65
- - ci/submit_cython_cache.sh
65
+ # - ci/submit_cython_cache.sh
66
66
- echo "install done"
67
67
68
68
script :
You can’t perform that action at this time.
0 commit comments