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 103be01Copy full SHA for 103be01
.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
+ - ps: micromamba env create -f environment.yml --log-level 0 python=$Eng:PYTHON_VERSION pywin32 2>&1 | tee -filepath c:\projects\micromamba-log.txt
61
- micromamba activate mpl-dev
62
63
test_script:
@@ -93,6 +94,7 @@ on_finish:
93
94
- codecov -e PYTHON_VERSION PLATFORM -n "$PYTHON_VERSION Windows"
95
96
on_failure:
97
+ - appveyor PushArtifact c:\projects\micromamba-log.txt
98
# Generate a html for visual tests
99
- python tools/visualize_tests.py --no-browser
100
- echo zipping images after a failure...
0 commit comments