Skip to content

Commit

Permalink
include dev in test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed Nov 11, 2023
1 parent eeb61ca commit 8c873b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:

- name: Create Conda environment file
run: |
pipx run pyproject2conda yaml -p 3.10 -e test -e demo -o environment.yml
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
Expand Down

0 comments on commit 8c873b2

Please sign in to comment.