Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc8f05f commit 56687afCopy full SHA for 56687af
.appveyor.yml
@@ -57,7 +57,8 @@ init:
57
- micromamba config prepend channels conda-forge
58
59
install:
60
- - micromamba env create -f environment.yml python=%PYTHON_VERSION% pywin32
+ # 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
62
- micromamba activate mpl-dev
63
64
test_script:
0 commit comments