Skip to content

Commit

Permalink
Update pytest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CagtayFabry authored Jun 4, 2024
1 parent f1cdadc commit eea60a6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit eea60a6

Please sign in to comment.