Skip to content

Commit

Permalink
gha
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Aug 12, 2024
1 parent 5ce3109 commit a68335e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/conda-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: conda-incubator/setup-miniconda@v2
- uses: conda-incubator/setup-miniconda@v3
with:
environment-file: .github/condaBuildCI.yml
activate-environment: condaBuild_CI
condarc-file: .github/condarc.yml
# Builds the package using the standard configuration
- name: buildSnakePipes
run: |
conda list -n condaBuild_CI
conda build -c conda-forge -c bioconda conda-recipe

0 comments on commit a68335e

Please sign in to comment.