@@ -128,8 +128,7 @@ jobs:
128128 run : python -m pip install .[test]
129129
130130 - name : Run tests
131- run : >-
132- python -m pytest --showlocals -vv --cov --cov-report=xml
131+ run : python -m pytest --showlocals -vv --cov --cov-report=xml
133132
134133 - name : Upload coverage report
135134 uses : codecov/codecov-action@v4
@@ -170,8 +169,7 @@ jobs:
170169 run : python -m pip install .[test]
171170
172171 - name : Run tests
173- run : >-
174- python -m pytest --showlocals -vv
172+ run : python -m pytest --showlocals -vv
175173
176174 cygwin :
177175 runs-on : windows-latest
@@ -245,8 +243,7 @@ jobs:
245243 shell : C:\cygwin\bin\env.exe CYGWIN_NOWINPATH=1 CHERE_INVOKING=1 C:\cygwin\bin\bash.exe -leo pipefail -o igncr {0}
246244
247245 - name : Run tests
248- run : >-
249- python -m pytest --showlocals -vv
246+ run : python -m pytest --showlocals -vv
250247 shell : C:\cygwin\bin\env.exe CYGWIN_NOWINPATH=1 CHERE_INVOKING=1 C:\cygwin\bin\bash.exe -leo pipefail -o igncr {0}
251248
252249 pyston :
@@ -279,8 +276,7 @@ jobs:
279276 run : pyston -m pip install .[test]
280277
281278 - name : Run tests
282- run : >-
283- pyston -m pytest --showlocals -vv
279+ run : pyston -m pytest --showlocals -vv
284280
285281 homebrew :
286282 runs-on : macos-latest
@@ -317,8 +313,7 @@ jobs:
317313 run : python -m pip install .[test]
318314
319315 - name : Run tests
320- run : >-
321- python -m pytest --showlocals -vv
316+ run : python -m pytest --showlocals -vv
322317
323318 mypy :
324319 runs-on : ubuntu-latest
0 commit comments