We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7792a23 commit e5ababbCopy full SHA for e5ababb
.github/workflows/test-and-publish.yaml
@@ -156,7 +156,7 @@ jobs:
156
path: ./dist/
157
- name: Run Python tests (pytest)
158
run: |
159
- poetry run python -m pip install --force-reinstall ./dist/*
+ poetry run python -m pip install --force-reinstall --verbose ./dist/*
160
poetry run python -m pytest tests/python
161
sdist:
162
runs-on: ubuntu-20.04
0 commit comments