We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0cdaaa commit 2e5bc3bCopy full SHA for 2e5bc3b
.github/workflows/build.yml
@@ -19,6 +19,7 @@ jobs:
19
run: |
20
# $CONDA is an environment variable pointing to the root of the miniconda directory
21
echo $CONDA/bin >> $GITHUB_PATH
22
+ conda --version
23
- name: Install dependencies
24
25
# Pip dependencies
0 commit comments