Skip to content

Commit f59861c

Browse files
pitrouwesm
authored andcommitted
ARROW-7566: [CI] Use more recent Miniconda on AppVeyor
Closes apache#6185 from pitrou/ARROW-7566-appveyor-next-miniconda and squashes the following commits: c926046 <Antoine Pitrou> ARROW-7566: Use more recent Miniconda on AppVeyor Authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Wes McKinney <wesm+git@apache.org>
1 parent 148cbfc commit f59861c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ environment:
5353
ARROW_BUILD_GANDIVA: "OFF"
5454
ARROW_LLVM_VERSION: "7.0.*"
5555
ARROW_S3: "OFF"
56-
PYTHON: "3.6"
56+
PYTHON: "3.7"
5757
ARCH: "64"
5858

5959
matrix:

ci/appveyor-install.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ IF "%JOB:~,5%" == "MinGW" goto mingw
2222
goto cpp
2323

2424
:cpp
25-
set "PATH=C:\Miniconda36-x64;C:\Miniconda36-x64\Scripts;C:\Miniconda36-x64\Library\bin;%PATH%"
25+
set "PATH=C:\Miniconda37-x64;C:\Miniconda37-x64\Scripts;C:\Miniconda37-x64\Library\bin;%PATH%"
2626
set BOOST_ROOT=C:\Libraries\boost_1_67_0
2727
set BOOST_LIBRARYDIR=C:\Libraries\boost_1_67_0\lib64-msvc-14.0
2828
call ci\appveyor-cpp-setup.bat

0 commit comments

Comments
 (0)