Skip to content

Commit

Permalink
use preview version of pydeps2env also during win testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
marscher committed Oct 25, 2024
1 parent fbda93a commit 1409556
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,15 +140,15 @@ jobs:
with:
fetch-depth: '0' # Fetch all history for all tags and branches

- uses: CagtayFabry/pydeps2env@v1.2.0
- uses: marscher/pydeps2env@999
with:
files: 'pyproject.toml'
channels: 'conda-forge defaults'
extras: 'test vis media'
build_system: 'include'

- name: Setup Conda Environment
uses: mamba-org/setup-micromamba@v1.9.0
uses: mamba-org/setup-micromamba@v2
with:
environment-file: ./environment.yml
environment-name: weldx
Expand Down

0 comments on commit 1409556

Please sign in to comment.