Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cf84d9a

Browse files
authored
ci: Bump build image on AppVeyor to MSVC 2019 (#28869)
* ci: Bump build image on AppVeyor to MSVC 2019 According to the SciPy toolchain roadmap [1], we should be supporting at minimum MSVC 2019. The AppVeyor image has been held back to MSVC 2017 (probably just forgotten since it didn't complain), which is starting to cause issues for more modern code. [1] https://docs.scipy.org/doc/scipy/dev/toolchain.html * ci: Pin micromamba on AppVeyor to v1 Version 2 appears to be broken WRT installing PyPI packages: mamba-org/mamba#3467
1 parent 03483c2 commit cf84d9a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.appveyor.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ skip_commits:
1717

1818
clone_depth: 50
1919

20-
image: Visual Studio 2017
20+
image: Visual Studio 2019
2121

2222
environment:
2323

@@ -45,8 +45,9 @@ cache:
4545

4646
init:
4747
- ps:
48+
# Pinned due to https://github.com/mamba-org/mamba/issues/3467
4849
Invoke-Webrequest
49-
-URI https://micro.mamba.pm/api/micromamba/win-64/latest
50+
-URI https://github.com/mamba-org/micromamba-releases/releases/download/1.5.10-0/micromamba-win-64.tar.bz2
5051
-OutFile C:\projects\micromamba.tar.bz2
5152
- ps: C:\PROGRA~1\7-Zip\7z.exe x C:\projects\micromamba.tar.bz2 -aoa -oC:\projects\
5253
- ps: C:\PROGRA~1\7-Zip\7z.exe x C:\projects\micromamba.tar -ttar -aoa -oC:\projects\

0 commit comments

Comments
 (0)