Skip to content

Commit

Permalink
Migrate to mamba-org/setup-micromamba@v1 (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdblischak authored Aug 11, 2023
1 parent a5baa68 commit f76a7d7
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,11 @@ jobs:
- name: Add and commit
run: bash .github/scripts/nightly/add-and-commit.sh
- name: Install conda-smithy to rerender
uses: mamba-org/provision-with-micromamba@main
uses: mamba-org/setup-micromamba@v1
with:
environment-file: false
environment-name: env
extra-specs: conda-smithy
channels: conda-forge
cache-env: true
create-args: conda-smithy
cache-environment: true
- name: Rerender feedstock
shell: bash -l {0}
run: conda smithy rerender --commit auto
Expand Down

0 comments on commit f76a7d7

Please sign in to comment.