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

Skip to content

Commit a2c9dbc

Browse files
committed
Debug micromamba
1 parent 3f04092 commit a2c9dbc

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
@@ -56,7 +56,8 @@ init:
5656
- micromamba config prepend channels conda-forge
5757

5858
install:
59-
- micromamba env create -f environment.yml python=%PYTHON_VERSION% pywin32
59+
- micromamba info
60+
- micromamba env create -f environment.yml --log-level 0 python=%PYTHON_VERSION% pywin32
6061
- micromamba activate mpl-dev
6162

6263
test_script:

0 commit comments

Comments
 (0)