Skip to content

Commit

Permalink
use mambabuild instead of conda build
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyStegeman committed Nov 16, 2023
1 parent a1a4fa5 commit 4a1f392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Build recipe
shell: bash -l {0}
run: |
CONDA_PY=$CONDA_PY conda build --no-test -q conda-recipe
CONDA_PY=$CONDA_PY mambabuild --no-test -q conda-recipe
# install local build
- name: Copying conda channel locally
run: |
Expand Down

0 comments on commit 4a1f392

Please sign in to comment.