Skip to content

Commit b92b153

Browse files
committed
replace conda info step with mamba info
1 parent 079a240 commit b92b153

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Diff for: .github/workflows/tests-windows.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
bash
5252
create-args: >-
5353
python=${{ matrix.python-version }}
54-
54+
5555
5656
- name: Run Python script to find JVM path
5757
shell: bash -l {0}
@@ -88,11 +88,12 @@ jobs:
8888
env:
8989
OPENSLIDE_PATH: ${{ env.OPENSLIDE_PATH }}
9090

91-
- name: Conda info
91+
- name: Mamba info
9292
shell: bash -l {0}
9393
run: |
94-
conda info
95-
conda list
94+
micromamba info
95+
micromamba config
96+
micromamba list
9697
9798
- name: Install PathML
9899
shell: bash -l {0}

0 commit comments

Comments
 (0)