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 0fa7424Copy full SHA for 0fa7424
.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 | tee -filepath C:\projects\micromamba-log.txt
61
- micromamba activate mpl-dev
62
63
test_script:
@@ -84,9 +85,9 @@ test_script:
84
85
- pytest %PYTEST_ARGS%
86
87
artifacts:
- - path: result_images\*
88
- name: result_images
89
- type: Zip
+- path: micromamba-log.txt
+ name: micromamba-log.txt
90
+
91
92
on_finish:
93
- micromamba install codecov
0 commit comments