From 9f908abcd87a57bb7cc357475e9a09420d9a3e12 Mon Sep 17 00:00:00 2001 From: "Martin K. Scherer" Date: Fri, 25 Oct 2024 13:12:17 +0200 Subject: [PATCH] Update pytest.yml --- .github/workflows/pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 78df77ac9..07a529fc4 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@v1.3.0 + - uses: marscher/pydeps2env@v999 with: files: 'pyproject.toml' channels: 'conda-forge defaults'