From f6cbdf405bdf1a1df369bd54c5be65eb8a5c2ddf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=87a=C4=9Ftay=20Fabry?= Date: Sun, 29 Oct 2023 10:06:41 +0100 Subject: [PATCH] Update pytest.yml --- .github/workflows/pytest.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index a924afa06..cb4e32da8 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -47,7 +47,7 @@ jobs: setup_requires: 'include' - name: Setup Conda Environment - uses: mamba-org/setup-micromamba@v1.5.0 + uses: mamba-org/setup-micromamba@v1.6.0 with: environment-file: ./environment.yml environment-name: weldx @@ -147,7 +147,7 @@ jobs: setup_requires: 'include' - name: Setup Conda Environment - uses: mamba-org/setup-micromamba@v1.5.0 + uses: mamba-org/setup-micromamba@v1.6.0 with: environment-file: ./environment.yml environment-name: weldx