Skip to content

Commit 4351dd8

Browse files
committed
test
1 parent defc08d commit 4351dd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Run essential tests
3939
if: ${{ matrix.tests != 'extended' }}
4040
run: |
41-
pip install --quiet -e '.[cli,test]'
41+
pip install -e '.[cli,test]'
4242
pytest
4343
4444
- name: Run extra linters and report coverage

0 commit comments

Comments
 (0)