Skip to content
This repository was archived by the owner on Feb 14, 2024. It is now read-only.

Commit ae768fb

Browse files
authored
Use mamba-org/setup-micromamba GitHub Action (#157)
1 parent 71e105d commit ae768fb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,11 @@ jobs:
1818
uses: actions/checkout@v2
1919

2020
- name: Install Conda environment with Micromamba
21-
uses: mamba-org/provision-with-micromamba@main
21+
uses: mamba-org/setup-micromamba@v1
2222
with:
23-
environment-name: xeus-python-kernel
23+
micromamba-version: '1.5.1-0'
2424
environment-file: environment.yml
25+
cache-environment: true
2526

2627
- name: Dev install
2728
run: |

0 commit comments

Comments
 (0)