We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae16656 commit e4fa09aCopy full SHA for e4fa09a
1 file changed
.github/workflows/CI.yml
@@ -51,11 +51,11 @@ jobs:
51
shell: bash -e -l {0}
52
run: micromamba install --freeze-installed bison=3.4 nodejs=18
53
54
-# - name: Conda info
55
-# shell: bash -e -l {0}
56
-# run: |
57
-# conda info
58
-# conda list
+ - name: Conda info
+ shell: bash -e -l {0}
+ run: |
+ micromamba info
+ micromamba list
59
60
- name: Setup Platform (Linux)
61
if: contains(matrix.os, 'ubuntu')
0 commit comments