Skip to content

Commit

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

- name: Install conda-build
run: |
conda config --set always_yes yes
conda activate base
conda install -y -c conda-forge conda-build
- name: Ensure Conda is initialized
shell: bash -l {0}
run: conda init bash

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

0 comments on commit 509ec87

Please sign in to comment.