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

Use mamba-org/setup-micromamba GitHub Action #157

Merged
merged 1 commit into from Sep 14, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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