Skip to content

Commit

Permalink
Install conda-build to build ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tcevaer committed Sep 23, 2024
1 parent e683403 commit a6764e5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,12 @@ jobs:
auto-update-conda: true
python-version: 3.9

- name: Install conda-build
run: conda install -c conda-forge conda-build

- name: Build and Upload Conda package
env:
ANACONDA_TOKEN: ${{ secrets.ANACONDA_TOKEN }}
run: |
cd recipe
conda-build . --token $ANACONDA_TOKEN --user tcevaer
conda-build . --token $ANACONDA_TOKEN --user tcevaer -c tcevaer -c conda-forge

0 comments on commit a6764e5

Please sign in to comment.