From b360ceae0b38c4d252ca3146a8e2852a8fe57194 Mon Sep 17 00:00:00 2001 From: Francis Charette-Migneault Date: Thu, 9 Nov 2023 12:11:35 -0500 Subject: [PATCH] update CI install step --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ba6dd27..83363b6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -102,7 +102,7 @@ jobs: if: ${{ matrix.test-case != 'test-docker' }} # install package and dependencies directly, # skip sys/conda setup to use active python - run: make install-sys install-pkg install-pip install-raw install-dev version + run: make install-dev version - name: Display Packages # skip python setup if running with docker if: ${{ matrix.test-case != 'test-docker' }}