Skip to content

Commit 352c212

Browse files
committed
Debugging issue with conda
1 parent c0cdaaa commit 352c212

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.github/workflows/build.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,15 @@ jobs:
1515
uses: actions/setup-python@v3
1616
with:
1717
python-version: '3.10'
18-
- name: Add conda to system path
19-
run: |
20-
# $CONDA is an environment variable pointing to the root of the miniconda directory
21-
echo $CONDA/bin >> $GITHUB_PATH
18+
# - name: Add conda to system path
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+
activate-environment: birdman
26+
python-version: 3.10
2227
- name: Install dependencies
2328
run: |
2429
# Pip dependencies

0 commit comments

Comments
 (0)