We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04b36ae commit 8c473bcCopy full SHA for 8c473bc
.github/workflows/tests.yml
@@ -21,13 +21,13 @@ jobs:
21
poetry-version: 1.8.4
22
23
- name: Install Dependencies (Pure Python)
24
- run: poetry install --without dev,docs
+ run: poetry install -vvv --without dev,docs
25
26
- name: Run Tests (Pure Python with coverage)
27
run: poetry run pytest --cov=iscc_core --cov-report=xml -q tests
28
29
- name: Build Extension modules
30
- run: poetry install --without dev,docs --extras turbo
+ run: poetry install -vvv --without dev,docs --extras turbo
31
32
- name: Run Tests (With Extension Modules)
33
run: poetry run pytest -q tests --turbo
0 commit comments