From 9c58a3a012baff21adc61f70dece1bcdf0cc841d Mon Sep 17 00:00:00 2001 From: Callum Rollo Date: Tue, 6 Aug 2024 14:06:29 +0200 Subject: [PATCH] correct micromamba workflow --- .github/workflows/tests.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c585cc3..be401f6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -11,10 +11,15 @@ jobs: steps: - uses: actions/checkout@v2 - name: Setup Micromamba - uses: mamba-org/provision-with-micromamba@v16 + uses: mamba-org/setup-micromamba with: environment-file: tests/environment.yml - + uses: mamba-org/setup-micromamba@v1 + with: + environment-file: tests/environment.yml + create-args: >- # beware the >- instead of |, we don't split on newlines but on spaces + python=${{matrix.python-version}} + cache-environment: true - name: Python ${{ matrix.python-version }} run: > micromamba activate pyglider-test