We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3949494 commit cf21c4aCopy full SHA for cf21c4a
1 file changed
.github/workflows/ci.yml
@@ -70,8 +70,8 @@ jobs:
70
71
- name: Conda checkup
72
run: |
73
- mamba info -a
74
- mamba list
+ conda info -a
+ conda list
75
76
- name: Test this implementation
77
0 commit comments