Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcf84d9a

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

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 Studio2017
20+
image:Visual Studio2019
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)

[8]ページ先頭

©2009-2025 Movatter.jp