File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -36,15 +36,21 @@ jobs:
36
36
- BUILD_WITH_ICC=true
37
37
if : type = cron OR commit_message =~ /\[icc-build\]/
38
38
39
- - python : 3.7
39
+ # Manual trigger of linux/arm64 tests in PR without triggering the full
40
+ # wheel building process for all the Python versions.
41
+ - python : 3.9
40
42
os : linux
41
43
arch : arm64
42
- if : type = cron OR commit_message =~ /\[arm64\]/
44
+ if : commit_message =~ /\[arm64\]/
43
45
env :
44
46
- CPU_COUNT=8
45
47
46
- # Linux environments to build the scikit-learn wheels
47
- # for the ARM64 arquitecture and Python 3.6 and newer
48
+ # Linux environments to build the scikit-learn wheels for the ARM64
49
+ # architecture and Python 3.6 and newer. This is used both at release time
50
+ # with the manual trigger in the commit message in the release branch and as
51
+ # a scheduled task to build the weekly dev build on the master branch. The
52
+ # weekly frequency is meant to avoid depleting the Travis CI credits too
53
+ # fast.
48
54
- python : 3.6
49
55
os : linux
50
56
arch : arm64
You can’t perform that action at this time.
0 commit comments