We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9adfac commit 2025983Copy full SHA for 2025983
1 file changed
.github/workflows/test.yml
@@ -32,7 +32,7 @@ jobs:
32
33
- name: Show conda installation info
34
run: |
35
- const install --file=requirements-testing.txt
+ conda install --file=requirements-testing.txt
36
conda info
37
conda list
38
0 commit comments