Skip to content

Commit

Permalink
Update complete_workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BM32ESRF committed Nov 8, 2022
1 parent 386ba65 commit a311aec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/complete_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,12 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')

steps:
- uses: actions/checkout@v2.1.1
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: conda-incubator/[email protected]
with:
python-version: 3.9
python-version: '3.9'
channels: conda-forge
- name: install conda build
shell: bash -l {0}
Expand All @@ -92,7 +92,7 @@ jobs:
echo "::set-output name=package_paths::$PACKAGE_PATHS"
- name: run build
shell: bash -l {0}
run: conda mambabuild -c conda-forge .
run: conda build -c conda-forge -c bioconda .
- name: convert packages
shell: bash -l {0}
run: |
Expand Down

0 comments on commit a311aec

Please sign in to comment.