Skip to content

Commit

Permalink
Make sure to install conda-build.
Browse files Browse the repository at this point in the history
  • Loading branch information
matgrioni committed Aug 10, 2020
1 parent 585beeb commit 754253a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/conda-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
uses: s-weigand/setup-conda@v1
with:
activate-conda: true
- name: Install conda-build
run: |
conda install conda-build
- name: Build and upload conda package
run: |
conda build --token ${{ secrets.CONDA_API_TOKEN}} -u matgrioni meta.yaml

0 comments on commit 754253a

Please sign in to comment.