Skip to content

Commit ad16777

Browse files
committed
Upgrade micromamba setup
1 parent 5aafb96 commit ad16777

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@ jobs:
1414
uses: actions/checkout@v2
1515

1616
- name: Install docs dependencies
17-
uses: mamba-org/provision-with-micromamba@main
17+
uses: mamba-org/setup-micromamba@v1
1818
with:
1919
environment-file: docs/env.yaml
2020
environment-name: ipynao_docs
21+
cache-environment: true
2122
micromamba-version: '1.4.1'
2223

2324
- name: Activate environment and install package

0 commit comments

Comments
 (0)