From d387e3608acd64aee06d08efabdabce83fb6989c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=87a=C4=9Ftay=20Fabry?= Date: Wed, 27 Nov 2024 12:11:47 +0100 Subject: [PATCH] update pydeps2env --- .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 9ff0358c8..94073cdc5 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -39,7 +39,7 @@ jobs: with: fetch-depth: '0' # Fetch all history for all tags and branches - - uses: marscher/pydeps2env@v999 + - uses: CagtayFabry/pydeps2env@v1.3.0 with: files: 'pyproject.toml' channels: 'conda-forge defaults' @@ -141,7 +141,7 @@ jobs: with: fetch-depth: '0' # Fetch all history for all tags and branches - - uses: marscher/pydeps2env@v999 + - uses: CagtayFabry/pydeps2env@v1.3.0 with: files: 'pyproject.toml' channels: 'conda-forge defaults'