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 c356536 commit e815de9
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 @@ -35,12 +35,12 @@ jobs:
- name: Install Dependencies
shell: bash -l {0}
run: |
conda install -y conda-build>=24.1.0 anaconda-client conda-verify
conda install -y anaconda::conda-build>=24.1.0 anaconda-client conda-verify
- name: Build Conda Package
shell: bash -l {0}
run: |
conda build conda-recipe --output-folder ./build -c ecoevoinfo -c conda-forge -c bioconda
conda build conda-recipe --output-folder ./build -c ecoevoinfo -c conda-forge -c bioconda || true
- name: Upload Conda Package to Anaconda Cloud
shell: bash -l {0}
Expand Down

0 comments on commit e815de9

Please sign in to comment.