Skip to content

Commit ad2ca54

Browse files
committed
more from igor
1 parent cf0b6de commit ad2ca54

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ defaults:
1818

1919
env:
2020
PIP_DISABLE_PIP_VERSION_CHECK: 1
21-
COVERAGE_IGOR_VERBOSE: 1
21+
COVERAGE_IGOR_VERBOSE: 2
2222
FORCE_COLOR: 1 # Get colored pytest output
2323

2424
permissions:

.github/workflows/python-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defaults:
2020

2121
env:
2222
PIP_DISABLE_PIP_VERSION_CHECK: 1
23-
COVERAGE_IGOR_VERBOSE: 1
23+
COVERAGE_IGOR_VERBOSE: 2
2424

2525
permissions:
2626
contents: read

.github/workflows/testsuite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ defaults:
1717

1818
env:
1919
PIP_DISABLE_PIP_VERSION_CHECK: 1
20-
COVERAGE_IGOR_VERBOSE: 1
20+
COVERAGE_IGOR_VERBOSE: 2
2121
FORCE_COLOR: 1 # Get colored pytest output
2222

2323
permissions:

0 commit comments

Comments
 (0)