Skip to content

Commit 3573d73

Browse files
committed
Debugging issue with conda
1 parent c0cdaaa commit 3573d73

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ jobs:
1919
run: |
2020
# $CONDA is an environment variable pointing to the root of the miniconda directory
2121
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'
2228
- name: Install dependencies
2329
run: |
2430
# Pip dependencies

0 commit comments

Comments
 (0)