From be8ddf25083617c1a0c8733905a0293b23d2eb85 Mon Sep 17 00:00:00 2001 From: "Martin K. Scherer" Date: Tue, 15 Oct 2024 14:57:36 +0200 Subject: [PATCH] test pydeps2env fix --- .github/workflows/pytest.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index c04224fb0..4a8c3150e 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -39,7 +39,8 @@ jobs: with: fetch-depth: '0' # Fetch all history for all tags and branches - - uses: CagtayFabry/pydeps2env@v1.2.0 + - uses: marscher/pydeps2env@1 + # @v1.2.0 with: files: 'pyproject.toml' channels: 'conda-forge defaults'