Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Jeremy Tuloup <[email protected]>
  • Loading branch information
martinRenou and jtpio authored Oct 1, 2024
1 parent 54df593 commit 9892ba3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1

- name: Install Conda environment with Micromamba
uses: mamba-org/setup-micromamba@latest
uses: mamba-org/setup-micromamba@v1
with:
environment-name: xeus-lite-dev
environment-file: environment-dev.yaml
Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:
name: extension-artifacts

- name: Install mamba
uses: mamba-org/setup-micromamba@latest
uses: mamba-org/setup-micromamba@v1
with:
micromamba-version: '0.22.0'
environment-file: environment-dev.yaml
Expand Down

0 comments on commit 9892ba3

Please sign in to comment.