From 37c2f33e7cdaad0b344255a675c98c9c6d9033f5 Mon Sep 17 00:00:00 2001 From: Clemens Lange Date: Tue, 13 Feb 2024 11:06:29 +0100 Subject: [PATCH] Migrate test action to setup-micromamba --- .github/workflows/tests.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e2f8fcf1..6901b528 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -47,17 +47,19 @@ 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: |