Skip to content

Commit

Permalink
Debugging issue with conda
Browse files Browse the repository at this point in the history
  • Loading branch information
joserc87 committed Oct 25, 2024
1 parent c0cdaaa commit 352c212
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,15 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: '3.10'
- name: Add conda to system path
run: |
# $CONDA is an environment variable pointing to the root of the miniconda directory
echo $CONDA/bin >> $GITHUB_PATH
# - name: Add conda to system path
# run: |
# # $CONDA is an environment variable pointing to the root of the miniconda directory
# echo $CONDA/bin >> $GITHUB_PATH
# conda --version
- uses: conda-incubator/setup-miniconda@v2
with:
activate-environment: birdman
python-version: 3.10
- name: Install dependencies
run: |
# Pip dependencies
Expand Down

0 comments on commit 352c212

Please sign in to comment.