Skip to content

Commit

Permalink
Verbose poetry output
Browse files Browse the repository at this point in the history
  • Loading branch information
titusz committed Oct 19, 2024
1 parent 04b36ae commit 8c473bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ jobs:
poetry-version: 1.8.4

- name: Install Dependencies (Pure Python)
run: poetry install --without dev,docs
run: poetry install -vvv --without dev,docs

- name: Run Tests (Pure Python with coverage)
run: poetry run pytest --cov=iscc_core --cov-report=xml -q tests

- name: Build Extension modules
run: poetry install --without dev,docs --extras turbo
run: poetry install -vvv --without dev,docs --extras turbo

- name: Run Tests (With Extension Modules)
run: poetry run pytest -q tests --turbo
Expand Down

0 comments on commit 8c473bc

Please sign in to comment.