From 44a0d16f3f50cd74617cebd60bf9b573b0539950 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 8b99c09..932570d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -27,7 +27,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