File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 17
17
- template : azure/windows.yml
18
18
parameters :
19
19
name : windows
20
- vmImage : vs2017-win2016
20
+ vmImage : windows-2019
21
21
matrix :
22
22
py_3.7_32 :
23
23
PYTHON_VERSION : " 3.7"
97
97
- template : azure/posix.yml
98
98
parameters :
99
99
name : macOS
100
- vmImage : macOS-10.14
100
+ vmImage : macOS-10.15
101
101
matrix :
102
102
py_3.7_64 :
103
103
MB_PYTHON_VERSION : " 3.7"
Original file line number Diff line number Diff line change 68
68
pip install --timeout=60 $TEST_DEPENDS Cython==$CYTHON_BUILD_DEP
69
69
pip install twine wheel
70
70
pushd pandas
71
- cp "C:/Program Files (x86)/Microsoft Visual Studio/2017 /Enterprise/VC/Redist/MSVC/14.16.27012 /$PYTHON_ARCH/Microsoft.VC141 .CRT/msvcp140.dll" pandas/_libs/window
72
- cp "C:/Program Files (x86)/Microsoft Visual Studio/2017 /Enterprise/VC/Redist/MSVC/14.16.27012 /$PYTHON_ARCH/Microsoft.VC141 .CRT/concrt140.dll" pandas/_libs/window
71
+ cp "C:/Program Files (x86)/Microsoft Visual Studio/2019 /Enterprise/VC/Redist/MSVC/14.29.30036 /$PYTHON_ARCH/Microsoft.VC142 .CRT/msvcp140.dll" pandas/_libs/window
72
+ cp "C:/Program Files (x86)/Microsoft Visual Studio/2019 /Enterprise/VC/Redist/MSVC/14.29.30036 /$PYTHON_ARCH/Microsoft.VC142 .CRT/concrt140.dll" pandas/_libs/window
73
73
python setup.py build
74
74
python setup.py bdist_wheel
75
75
ls dist
You can’t perform that action at this time.
0 commit comments