Skip to content

Commit 0fa7424

Browse files
committed
Debug micromamba
1 parent 3f04092 commit 0fa7424

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.appveyor.yml

Lines changed: 5 additions & 4 deletions
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 | tee -filepath C:\projects\micromamba-log.txt
6061
- micromamba activate mpl-dev
6162

6263
test_script:
@@ -84,9 +85,9 @@ test_script:
8485
- pytest %PYTEST_ARGS%
8586

8687
artifacts:
87-
- path: result_images\*
88-
name: result_images
89-
type: Zip
88+
- path: micromamba-log.txt
89+
name: micromamba-log.txt
90+
9091

9192
on_finish:
9293
- micromamba install codecov

0 commit comments

Comments
 (0)