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 3f04092 commit a2c9dbcCopy full SHA for a2c9dbc
.appveyor.yml
@@ -56,7 +56,8 @@ init:
56
- micromamba config prepend channels conda-forge
57
58
install:
59
- - micromamba env create -f environment.yml python=%PYTHON_VERSION% pywin32
+ - micromamba info
60
+ - micromamba env create -f environment.yml --log-level 0 python=%PYTHON_VERSION% pywin32
61
- micromamba activate mpl-dev
62
63
test_script:
0 commit comments