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 ca98017 commit 4bcdb7c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
4 changes: 4 additions & 0 deletions .github/condaBuildCI.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
name: condaBuild_CI
dependencies:
- python >= 3.10
- conda-build
11 changes: 6 additions & 5 deletions .github/workflows/conda-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@ jobs:
condaBuild:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: conda-incubator/setup-miniconda@v2
- uses: actions/checkout@v4
- uses: conda-incubator/setup-miniconda@v3
with:
python-version: 3.7
environment-file: .github/condaBuildCI.yml
activate-environment: condaBuild_CI
condarc-file: .github/condarc.yml
# Builds the package using the standard configuration
- uses: cascode-labs/build-conda-action/action.yml@v0
- name: build-snakePipes
- name: buildSnakePipes
run: |
conda build -c conda-forge -c bioconda conda-recipe

0 comments on commit 4bcdb7c

Please sign in to comment.