From 72f8c3253b66af024ce3a430663f5ca098310b91 Mon Sep 17 00:00:00 2001 From: "Martin K. Scherer" Date: Tue, 15 Oct 2024 15:03:56 +0200 Subject: [PATCH] pain in the a** --- .github/workflows/pytest.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 6e53dfc7d..78df77ac9 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -39,8 +39,7 @@ jobs: with: fetch-depth: '0' # Fetch all history for all tags and branches - - uses: marscher/pydeps2env - # @v1.2.0 + - uses: marscher/pydeps2env@v1.3.0 with: files: 'pyproject.toml' channels: 'conda-forge defaults'