Skip to content

Commit

Permalink
Update conda-docker-update.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tkchafin authored Feb 8, 2024
1 parent a7a30d2 commit 78e2fa9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/conda-docker-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ jobs:
miniconda-version: latest

- name: Build Conda Package
shell: bash -l {0}
shell: bash
run: |
conda install conda-build anaconda-client conda-verify
conda build conda-recipe --output-folder ./build -c ecoevoinfo -c conda-forge -c bioconda
- name: Upload Conda Package to Anaconda Cloud
shell: bash -l {0}
shell: bash
env:
ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_TOKEN }}
run: |
Expand Down

0 comments on commit 78e2fa9

Please sign in to comment.