We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 079a240 commit b92b153Copy full SHA for b92b153
.github/workflows/tests-windows.yml
@@ -51,7 +51,7 @@ jobs:
51
bash
52
create-args: >-
53
python=${{ matrix.python-version }}
54
-
+
55
56
- name: Run Python script to find JVM path
57
shell: bash -l {0}
@@ -88,11 +88,12 @@ jobs:
88
env:
89
OPENSLIDE_PATH: ${{ env.OPENSLIDE_PATH }}
90
91
- - name: Conda info
+ - name: Mamba info
92
93
run: |
94
- conda info
95
- conda list
+ micromamba info
+ micromamba config
96
+ micromamba list
97
98
- name: Install PathML
99
0 commit comments