Skip to content

Commit 1c0f69a

Browse files
author
Dimitar Tasev
committed
Revert -v to pytest
1 parent eb7a1aa commit 1c0f69a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: pytest
5252
shell: bash -l {0}
5353
run: |
54-
xvfb-run --auto-servernum python -m pytest -v --cov --cov-report=xml
54+
xvfb-run --auto-servernum python -m pytest --cov --cov-report=xml
5555
5656
- name: Coveralls
5757
shell: bash -l {0}

.github/workflows/cos7_testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@ jobs:
5252
- name: pytest
5353
uses: ./.github/actions/test
5454
with:
55-
command: xvfb-run pytest -v
55+
command: xvfb-run pytest
5656
label: centos7

.github/workflows/u18_testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ jobs:
4747
- name: pytest
4848
uses: ./.github/actions/test
4949
with:
50-
command: xvfb-run pytest -v
50+
command: xvfb-run pytest

0 commit comments

Comments
 (0)