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 6e4c213 commit 88da771
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
9 changes: 7 additions & 2 deletions .github/condaBuildCI.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
name: condaBuild_CI
channels: # write here the list of channels to look for your library dependencies
- uibcdf
- conda-forge
- default

dependencies:
- python >= 3.9
- conda-build = 3.26.0
- anaconda-client
- conda-build
13 changes: 9 additions & 4 deletions .github/workflows/conda-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,18 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: conda-incubator/setup-miniconda@v3
with:
fetch-depth: 0
- name: Conda environment creation and activation
uses: conda-incubator/setup-miniconda@v3
with:
python-version: 3.9
environment-file: .github/condaBuildCI.yml
activate-environment: condaBuild_CI
condarc-file: .github/condarc.yml
auto-update-conda: true
#activate-environment: condaBuild_CI
#condarc-file: .github/condarc.yml
auto-update-conda: false
auto-activate-base: false
show-channel-urls: true
# Builds the package using the standard configuration
- name: buildSnakePipes
run: |
Expand Down

0 comments on commit 88da771

Please sign in to comment.