Skip to content

Commit f8bbc1f

Browse files
authored
Update to mamba-org/setup-micromamba@v1 (#56)
1 parent 2cd312e commit f8bbc1f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/deploy.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,12 @@ jobs:
2020
steps:
2121
- name: Checkout
2222
uses: actions/checkout@v3
23-
- name: Install Conda environment from environment.yml
24-
uses: mamba-org/provision-with-micromamba@v12
23+
- name: Install micromamba
24+
uses: mamba-org/setup-micromamba@v1
25+
with:
26+
micromamba-version: '1.5.8-0'
27+
environment-file: environment.yml
28+
cache-environment: true
2529
- name: Build the JupyterLite site
2630
shell: bash -l {0}
2731
run: |

0 commit comments

Comments
 (0)