From 8c873b2d7f426f12fa99813438e94e7003af268d Mon Sep 17 00:00:00 2001 From: Michael Ekstrand Date: Fri, 10 Nov 2023 16:44:39 -0500 Subject: [PATCH] include dev in test suite --- .github/workflows/test-suite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-suite.yml b/.github/workflows/test-suite.yml index 7065248c3..ca30b101d 100644 --- a/.github/workflows/test-suite.yml +++ b/.github/workflows/test-suite.yml @@ -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