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 defc08d commit 4351dd8Copy full SHA for 4351dd8
.github/workflows/tests.yml
@@ -38,7 +38,7 @@ jobs:
38
- name: Run essential tests
39
if: ${{ matrix.tests != 'extended' }}
40
run: |
41
- pip install --quiet -e '.[cli,test]'
+ pip install -e '.[cli,test]'
42
pytest
43
44
- name: Run extra linters and report coverage
0 commit comments