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 59b6a39 commit 808e808Copy full SHA for 808e808
.github/workflows/CI_build.yml
@@ -33,7 +33,7 @@ jobs:
33
poetry install --with dev
34
- name: Show pip list
35
run: |
36
- poetry pip list
+ pip list
37
- name: Test with coverage
38
39
poetry run pytest --cov --cov-report term --cov-report xml --junitxml=xunit-result.xml
0 commit comments