Skip to content

Commit

Permalink
setup-micromamba
Browse files Browse the repository at this point in the history
  • Loading branch information
mbackenkoehler committed Feb 27, 2024
1 parent bac432c commit a72ee60
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Set up Miniconda
uses: conda-incubator/setup-miniconda@v3
- uses: mamba-org/setup-micromamba@v1
with:
activate-environment: true
environment-file: devtools/test_env.yml
use-mamba: true
init-shell: bash

- name: Run Talktorials
run: |
Expand All @@ -55,7 +53,7 @@ jobs:
name: Black
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v3
- name: Install format dependencies
run: python -m pip install 'black<23.1.0' black-nb shyaml
Expand All @@ -67,7 +65,7 @@ jobs:
name: READMEs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v3
- name: Install nbformat
run: python -m pip install nbformat shyaml
Expand Down

0 comments on commit a72ee60

Please sign in to comment.