Skip to content

Commit

Permalink
use full dev deps for demo build
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed Mar 4, 2024
1 parent 1a80bcf commit f8344b9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,15 +83,11 @@ jobs:
with:
fetch-depth: 0

- name: Create Conda environment file
run: |
pipx run pyproject2conda yaml -p 3.10 -e test -e demo -e dev -o environment.yml
- name: 👢 Set up Conda environment
uses: mamba-org/setup-micromamba@v1
id: setup
with:
environment-file: environment.yml
environment-file: envs/lenskit-py3.11-dev.yaml
environment-name: lkpy
cache-environment: true
init-shell: bash
Expand Down

0 comments on commit f8344b9

Please sign in to comment.