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 5e18c64 commit 77a395b
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/conda-docker-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,18 @@ jobs:
python-version: "3.10"
miniconda-version: latest

- name: Install Dependencies
shell: bash -l {0}
run: |
conda install conda-build>=24.1.0 anaconda-client conda-verify
- name: Build Conda Package
shell: bash
shell: bash -l {0}
run: |
conda install -y conda-build>=24.1.0 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
shell: bash -l {0}
env:
ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_TOKEN }}
run: |
Expand Down

0 comments on commit 77a395b

Please sign in to comment.