Skip to content

Commit dfc8d1b

Browse files
authored
Merge pull request #145 from JohanMabille/setup_micromamba
Upgraded to setup-micromamba 2
2 parents 1aa9592 + 2e30ad2 commit dfc8d1b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: SimenB/github-actions-cpu-cores@v2
3434

3535
- name: Install micromamba
36-
uses: mamba-org/setup-micromamba@v1
36+
uses: mamba-org/setup-micromamba@v2
3737
with:
3838
environment-file: environment-dev.yml
3939

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# xeus-sqlite
2-
[![Azure Pipelines](https://dev.azure.com/jupyter-xeus/jupyter-xeus/_apis/build/status/jupyter-xeus.xeus-sqlite?branchName=master)](https://dev.azure.com/jupyter-xeus/jupyter-xeus/_build/latest?definitionId=5&branchName=master)
2+
[![GithubActions](https://github.com/jupyter-xeus/xeus-sqlite/actions/workflows/main.yml/badge.svg)](https://github.com/jupyter-xeus/xeus-sqlite/actions/workflows/main.yml)
33
[![Documentation Status](https://readthedocs.org/projects/xeus-sqlite/badge/?version=latest)](https://xeus-sqlite.readthedocs.io/en/latest/?badge=latest)
44
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/jupyter-xeus/xeus-sqlite/stable?filepath=examples/Simple%20operations.ipynb)
55

0 commit comments

Comments
 (0)