Skip to content

Commit

Permalink
Update to mamba-org/setup-micromamba@v1 (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio authored Dec 12, 2024
1 parent 2cd312e commit f8bbc1f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,12 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Conda environment from environment.yml
uses: mamba-org/provision-with-micromamba@v12
- name: Install micromamba
uses: mamba-org/setup-micromamba@v1
with:
micromamba-version: '1.5.8-0'
environment-file: environment.yml
cache-environment: true
- name: Build the JupyterLite site
shell: bash -l {0}
run: |
Expand Down

0 comments on commit f8bbc1f

Please sign in to comment.