From ac3488df7faf5eb834b38fa63ff4e0046233096d Mon Sep 17 00:00:00 2001 From: Jose Ramon Cano Date: Fri, 25 Oct 2024 11:26:36 +0200 Subject: [PATCH] Debugging issue with conda --- .github/workflows/build.yml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 41d0383..9e937d4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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