Skip to content

Commit 8c473bc

Browse files
committed
Verbose poetry output
1 parent 04b36ae commit 8c473bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ jobs:
2121
poetry-version: 1.8.4
2222

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

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

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

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

0 commit comments

Comments
 (0)