From d744f740b8606f691a5f754ed896b2fbd6ccaee8 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Wed, 24 Jan 2024 14:45:07 +0100 Subject: [PATCH] install test deps for CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ddf26c2..550a6e6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: - name: Install package and dependencies run: | python3 -m pip install --upgrade pip setuptools wheel - pip install . + pip install .[test] - name: Build documentation and examples run: |