Skip to content

Commit

Permalink
Try activate env
Browse files Browse the repository at this point in the history
  • Loading branch information
tcevaer committed Sep 23, 2024
1 parent 509ec87 commit a42a38d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:

- name: Install conda-build
run: |
conda init
conda activate base
conda install -y -c conda-forge conda-build
Expand All @@ -34,5 +35,6 @@ jobs:
ANACONDA_TOKEN: ${{ secrets.ANACONDA_TOKEN }}
run: |
cd recipe
conda init
conda activate base
conda-build . --token $ANACONDA_TOKEN --user tcevaer -c tcevaer -c conda-forge

0 comments on commit a42a38d

Please sign in to comment.