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

Skip to content

Commit 103be01

Browse files
committed
Debug micromamba
1 parent 3f04092 commit 103be01

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.appveyor.yml

Lines changed: 3 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+
- ps: micromamba env create -f environment.yml --log-level 0 python=$Eng:PYTHON_VERSION pywin32 2>&1 | tee -filepath c:\projects\micromamba-log.txt
6061
- micromamba activate mpl-dev
6162

6263
test_script:
@@ -93,6 +94,7 @@ on_finish:
9394
- codecov -e PYTHON_VERSION PLATFORM -n "$PYTHON_VERSION Windows"
9495

9596
on_failure:
97+
- appveyor PushArtifact c:\projects\micromamba-log.txt
9698
# Generate a html for visual tests
9799
- python tools/visualize_tests.py --no-browser
98100
- echo zipping images after a failure...

0 commit comments

Comments
 (0)