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

Use mamba-org/setup-micromamba in more places #159

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

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,12 @@ jobs:
with:
name: jupyterlite-xeus-python-sdist

- name: Setup conda
uses: conda-incubator/setup-miniconda@v2
- name: Install Conda environment with Micromamba
uses: mamba-org/setup-micromamba@v1
with:
activate-environment: xeus-python-kernel
micromamba-version: '1.5.1-0'
environment-file: environment.yml
python-version: '3.10'
cache-environment: true

- name: Install mamba
run: conda install -c conda-forge mamba
Expand Down Expand Up @@ -120,12 +120,12 @@ jobs:
with:
name: jupyterlite-xeus-python-sdist

- name: Setup conda
uses: conda-incubator/setup-miniconda@v2
- name: Install Conda environment with Micromamba
uses: mamba-org/setup-micromamba@v1
with:
activate-environment: xeus-python-kernel
micromamba-version: '1.5.1-0'
environment-file: environment.yml
python-version: '3.10'
cache-environment: true

- name: Install mamba
run: conda install -c conda-forge mamba
Expand Down Expand Up @@ -175,12 +175,12 @@ jobs:
with:
name: jupyterlite-xeus-python-sdist

- name: Setup conda
uses: conda-incubator/setup-miniconda@v2
- name: Install Conda environment with Micromamba
uses: mamba-org/setup-micromamba@v1
with:
activate-environment: xeus-python-kernel
micromamba-version: '1.5.1-0'
environment-file: environment.yml
python-version: '3.10'
cache-environment: true

- name: Install
run: pip install jupyterlite-xeus-python.tar.gz
Expand Down