Skip to content

Commit

Permalink
Don´t install dev and docs dependencies in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
titusz committed Oct 19, 2024
1 parent 0f56bea commit 44a0d16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 44a0d16

Please sign in to comment.