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

Skip to content

Commit 56687af

Browse files
committed
ci: Pin wxWidgets on AppVeyor
At the moment, wxPython is broken on 64-bit Windows with the latest wxWidgets build in conda-forge: conda-forge/wxpython-feedstock#125
1 parent cc8f05f commit 56687af

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)