Skip to content

Commit

Permalink
Migrate test action to setup-micromamba
Browse files Browse the repository at this point in the history
  • Loading branch information
clelange committed Feb 13, 2024
1 parent 2806dfe commit b4634ee
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,17 +47,17 @@ jobs:
- uses: actions/checkout@v4

- name: Setup Micromamba environment
uses: mamba-org/provision-with-micromamba@v16
uses: mamba-org/setup-micromamba@v1
with:
environment-file: false
environment-name: ci
extra-specs: |
create-args: >-
python=${{ matrix.python-version }}
root=${{ matrix.root-version }}
imagemagick
ghostscript
pip
channels: conda-forge
condarc: |
channels:
- conda-forge
- name: ROOT info
run: |
Expand Down

0 comments on commit b4634ee

Please sign in to comment.