Skip to content

Commit

Permalink
gha
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Aug 13, 2024
1 parent ed75b9b commit 6e4c213
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/conda-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
environment-file: .github/condaBuildCI.yml
activate-environment: condaBuild_CI
condarc-file: .github/condarc.yml
auto-update-conda: true
auto-activate-base: false
# Builds the package using the standard configuration
- name: buildSnakePipes
run: |
conda init
conda activate condaBuild_CI
conda list
conda build -c conda-forge -c bioconda conda-recipe

0 comments on commit 6e4c213

Please sign in to comment.