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'