Skip to content

Commit

Permalink
update pydeps2env ref & caching
Browse files Browse the repository at this point in the history
  • Loading branch information
CagtayFabry authored Oct 27, 2024
1 parent 1409556 commit bd1be91
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ jobs:
init-shell: >-
bash
powershell
cache-environment: true
# persist on the same day.
cache-environment-key: environment-${{ steps.date.outputs.date }}
create-args: >-
python=${{ matrix.py }}
wheel
Expand Down Expand Up @@ -140,7 +141,7 @@ jobs:
with:
fetch-depth: '0' # Fetch all history for all tags and branches

- uses: marscher/pydeps2env@999
- uses: marscher/pydeps2env@v999
with:
files: 'pyproject.toml'
channels: 'conda-forge defaults'
Expand All @@ -155,7 +156,8 @@ jobs:
init-shell: >-
bash
powershell
cache-environment: true
# persist on the same day.
cache-environment-key: environment-${{ steps.date.outputs.date }}
create-args: >-
python=${{ matrix.py }}
wheel
Expand Down

0 comments on commit bd1be91

Please sign in to comment.