From eea60a6c537a7f2ebb193addbe47bf8133ce5d65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=87a=C4=9Ftay=20Fabry?= Date: Tue, 4 Jun 2024 11:09:06 +0200 Subject: [PATCH] Update pytest.yml --- .github/workflows/pytest.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 3b0232bf1..a8b9ae280 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -39,9 +39,9 @@ jobs: with: fetch-depth: '0' # Fetch all history for all tags and branches - - uses: CagtayFabry/pydeps2env@main + - uses: CagtayFabry/pydeps2env@v1.1.0 with: - file: 'pyproject.toml' + files: 'pyproject.toml' channels: 'conda-forge defaults' extras: 'test vis media' setup_requires: 'include' @@ -139,9 +139,9 @@ jobs: with: fetch-depth: '0' # Fetch all history for all tags and branches - - uses: CagtayFabry/pydeps2env@main + - uses: CagtayFabry/pydeps2env@v1.1.0 with: - file: 'pyproject.toml' + files: 'pyproject.toml' channels: 'conda-forge defaults' extras: 'test vis media' setup_requires: 'include'