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 4b04f37 commit de88c42
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/conda-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: conda-incubator/setup-miniconda@v2
with:
python-version: 3.7
# Builds the package using the standard configuration
- uses: cascode-labs/build-conda-action/action.yml@v0.1.4
- uses: cascode-labs/build-conda-action/action.yml@v0
- name: build-snakePipes
run: |
conda build -c conda-forge -c bioconda conda-recipe

0 comments on commit de88c42

Please sign in to comment.