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

Commit

Permalink
Use mamba-org/setup-micromamba GitHub Action (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Sep 14, 2023
1 parent 71e105d commit ae768fb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -18,10 +18,11 @@ jobs:
uses: actions/checkout@v2

- name: Install Conda environment with Micromamba
uses: mamba-org/provision-with-micromamba@main
uses: mamba-org/setup-micromamba@v1
with:
environment-name: xeus-python-kernel
micromamba-version: '1.5.1-0'
environment-file: environment.yml
cache-environment: true

- name: Dev install
run: |
Expand Down

0 comments on commit ae768fb

Please sign in to comment.