Skip to content

restore original channel order in condabuild #45

restore original channel order in condabuild

restore original channel order in condabuild #45

Workflow file for this run

name: conda-build
on: [pull_request, push]
jobs:
condaBuild:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: conda-incubator/setup-miniconda@v3
with:
python-version: 3.11
environment-file: .github/condaBuildCI.yml
auto-update-conda: false
auto-activate-base: false
show-channel-urls: true
- name: buildSnakePipes
uses: uibcdf/[email protected]
with:
meta_yaml_dir: conda-recipe
python-version: 3.11
upload: false