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