From 655968a4d7ee9e13393fb4433ca176ce249b65ef Mon Sep 17 00:00:00 2001 From: Ian Thomas Date: Tue, 19 Sep 2023 14:24:11 +0100 Subject: [PATCH] Use create-args instead of extra-specs --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 728198864..726d55aea 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -28,7 +28,7 @@ jobs: uses: mamba-org/setup-micromamba@v1 with: environment-file: ci/environment-py38.yml - extra-specs: python=${{ matrix.PY }} + create-args: python=${{ matrix.PY }} - name: Run Tests shell: bash -l {0}