Skip to content

Commit e5ababb

Browse files
committed
ci: pip install --verbose
1 parent 7792a23 commit e5ababb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-and-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
path: ./dist/
157157
- name: Run Python tests (pytest)
158158
run: |
159-
poetry run python -m pip install --force-reinstall ./dist/*
159+
poetry run python -m pip install --force-reinstall --verbose ./dist/*
160160
poetry run python -m pytest tests/python
161161
sdist:
162162
runs-on: ubuntu-20.04

0 commit comments

Comments
 (0)