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

Commit56687af

Browse files
committed
ci: Pin wxWidgets on AppVeyor
At the moment, wxPython is broken on 64-bit Windows with the latestwxWidgets build in conda-forge:conda-forge/wxpython-feedstock#125
1 parentcc8f05f commit56687af

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎.appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ init:
5757
-micromamba config prepend channels conda-forge
5858

5959
install:
60-
-micromamba env create -f environment.yml python=%PYTHON_VERSION% pywin32
60+
# Pin wxwidgets due to https://github.com/conda-forge/wxpython-feedstock/issues/125
61+
-micromamba env create -f environment.yml python=%PYTHON_VERSION% pywin32 wxwidgets=3.2.5
6162
-micromamba activate mpl-dev
6263

6364
test_script:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp