From c1d4474a597bdf4008f64ece67d61327b5841e0c Mon Sep 17 00:00:00 2001 From: Titusz Pan Date: Sat, 19 Oct 2024 18:28:53 +0200 Subject: [PATCH] =?UTF-8?q?Don=C2=B4t=20install=20dev=20and=20docs=20depen?= =?UTF-8?q?dencies=20in=20CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 de04e24..d3c7a76 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -28,7 +28,7 @@ jobs: run: poetry run pytest --cov=iscc_core --cov-report=xml -q tests - name: Build Extension modules - run: poetry install --extras turbo + run: poetry install --without dev,docs --extras turbo - name: Run Tests (With Extension Modules) run: poetry run pytest -q tests --turbo