This repository was archived by the owner on May 3, 2023. It is now read-only.
File tree 2 files changed +0
-29
lines changed
2 files changed +0
-29
lines changed Original file line number Diff line number Diff line change 22
22
23
23
jobs :
24
24
include :
25
- # Remove this one on 1.4 release
26
- - os : linux
27
- env :
28
- - MB_PYTHON_VERSION=3.7
29
- - NP_BUILD_DEP="numpy==1.19.1"
30
- - NP_TEST_DEP="numpy==1.19.1"
31
25
- os : linux
32
26
env :
33
27
- MB_PYTHON_VERSION=3.8
Original file line number Diff line number Diff line change 19
19
name : windows
20
20
vmImage : vs2017-win2016
21
21
matrix :
22
- py_3.7_32 :
23
- PYTHON_VERSION : " 3.7"
24
- PYTHON_ARCH : " x86"
25
- NP_BUILD_DEP : " 1.17.3"
26
- # pandas 1.4 requires py3.8+, remove this job on 1.4 release
27
- NIGHTLY_BUILD : " false"
28
- py_3.7_64 :
29
- PYTHON_VERSION : " 3.7"
30
- PYTHON_ARCH : " x64"
31
- NP_BUILD_DEP : " 1.17.3"
32
- # pandas 1.4 requires py3.8+, remove this job on 1.4 release
33
- NIGHTLY_BUILD : " false"
34
22
py_3.8_32 :
35
23
PYTHON_VERSION : " 3.8"
36
24
PYTHON_ARCH : " x86"
62
50
name : linux
63
51
vmImage : ubuntu-latest
64
52
matrix :
65
- py_3.7_64 :
66
- MB_PYTHON_VERSION : " 3.7"
67
- MB_ML_VER : " 2014"
68
- NP_BUILD_DEP : " numpy==1.17.3"
69
- # pandas 1.4 requires py3.8+, remove this job on 1.4 release
70
- NIGHTLY_BUILD : " false"
71
53
py_3.8_64 :
72
54
MB_PYTHON_VERSION : " 3.8"
73
55
MB_ML_VER : " 2014"
92
74
name : macOS
93
75
vmImage : macOS-latest
94
76
matrix :
95
- py_3.7_64 :
96
- MB_PYTHON_VERSION : " 3.7"
97
- NP_BUILD_DEP : " numpy==1.17.3"
98
- # pandas 1.4 requires py3.8+, remove this job on 1.4 release
99
- NIGHTLY_BUILD : " false"
100
77
py_3.8_64 :
101
78
MB_PYTHON_VERSION : " 3.8"
102
79
NP_BUILD_DEP : " numpy==1.17.3"
You can’t perform that action at this time.
0 commit comments