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 3573d73Copy full SHA for 3573d73
.github/workflows/build.yml
@@ -19,6 +19,12 @@ 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
+ - uses: conda-incubator/setup-miniconda@v2
24
+ with:
25
+ auto-activate-base: true
26
+ activate-environment: ""
27
+ # python-version: '3.10'
28
- name: Install dependencies
29
30
# Pip dependencies
0 commit comments