|
69 | 69 | uv add --editable ../typing-extensions-latest |
70 | 70 | uv sync --group dev |
71 | 71 |
|
72 | | - echo "\n\nINSTALLED DEPENDENCIES ARE:\n\n" |
| 72 | + printf "\n\nINSTALLED DEPENDENCIES ARE:\n\n" |
73 | 73 | uv pip list |
74 | | - echo "\n\n" |
| 74 | + printf "\n\n" |
75 | 75 |
|
76 | 76 | uv run pytest |
77 | 77 |
|
@@ -105,9 +105,9 @@ jobs: |
105 | 105 | uv pip install -r test-requirements.txt --exclude-newer "$(git show -s --date=format:'%Y-%m-%dT%H:%M:%SZ' --format=%cd HEAD)" |
106 | 106 | uv pip install "typing-extensions @ ../typing-extensions-latest" |
107 | 107 |
|
108 | | - echo "\n\nINSTALLED DEPENDENCIES ARE:\n\n" |
| 108 | + printf "\n\nINSTALLED DEPENDENCIES ARE:\n\n" |
109 | 109 | uv pip freeze |
110 | | - echo "\n\n" |
| 110 | + printf "\n\n" |
111 | 111 |
|
112 | 112 | uv run --no-project pytest |
113 | 113 |
|
@@ -141,9 +141,9 @@ jobs: |
141 | 141 | uv pip install 'pycroscope[tests] @ .' --exclude-newer "$(git show -s --date=format:'%Y-%m-%dT%H:%M:%SZ' --format=%cd HEAD)" |
142 | 142 | uv pip install "typing-extensions @ ../typing-extensions-latest" |
143 | 143 |
|
144 | | - echo "\n\nINSTALLED DEPENDENCIES ARE:\n\n" |
| 144 | + printf "\n\nINSTALLED DEPENDENCIES ARE:\n\n" |
145 | 145 | uv pip freeze |
146 | | - echo "\n\n" |
| 146 | + printf "\n\n" |
147 | 147 |
|
148 | 148 | uv run --no-project pytest pycroscope/ |
149 | 149 |
|
@@ -179,9 +179,9 @@ jobs: |
179 | 179 | uv pip install "typeguard @ ." --group test --exclude-newer "$(git show -s --date=format:'%Y-%m-%dT%H:%M:%SZ' --format=%cd HEAD)" |
180 | 180 | uv pip install "typing-extensions @ ../typing-extensions-latest" |
181 | 181 |
|
182 | | - echo "\n\nINSTALLED DEPENDENCIES ARE:\n\n" |
| 182 | + printf "\n\nINSTALLED DEPENDENCIES ARE:\n\n" |
183 | 183 | uv pip freeze |
184 | | - echo "\n\n" |
| 184 | + printf "\n\n" |
185 | 185 |
|
186 | 186 | uv run --no-project pytest |
187 | 187 |
|
@@ -222,9 +222,9 @@ jobs: |
222 | 222 | uv pip install pytest --exclude-newer "$(git show -s --date=format:'%Y-%m-%dT%H:%M:%SZ' --format=%cd HEAD)" |
223 | 223 | uv pip install "typing-extensions @ ../typing-extensions-latest" |
224 | 224 |
|
225 | | - echo "\n\nINSTALLED DEPENDENCIES ARE:\n\n" |
| 225 | + printf "\n\nINSTALLED DEPENDENCIES ARE:\n\n" |
226 | 226 | uv pip freeze |
227 | | - echo "\n\n" |
| 227 | + printf "\n\n" |
228 | 228 |
|
229 | 229 | uv run --no-project pytest |
230 | 230 |
|
@@ -259,9 +259,9 @@ jobs: |
259 | 259 | uv pip install -e . |
260 | 260 | uv pip install "typing_extensions @ ../typing-extensions-latest" |
261 | 261 |
|
262 | | - echo "\n\nINSTALLED DEPENDENCIES ARE:\n\n" |
| 262 | + printf "\n\nINSTALLED DEPENDENCIES ARE:\n\n" |
263 | 263 | uv pip freeze |
264 | | - echo "\n\n" |
| 264 | + printf "\n\n" |
265 | 265 |
|
266 | 266 | uv run --no-project pytest -n 2 ./mypy/test/teststubtest.py ./mypyc/test/test_run.py ./mypyc/test/test_external.py |
267 | 267 |
|
@@ -294,9 +294,9 @@ jobs: |
294 | 294 | uv add --editable ../typing-extensions-latest |
295 | 295 | uv sync --group test --all-extras |
296 | 296 |
|
297 | | - echo "\n\nINSTALLED DEPENDENCIES ARE:\n\n" |
| 297 | + printf "\n\nINSTALLED DEPENDENCIES ARE:\n\n" |
298 | 298 | uv pip list |
299 | | - echo "\n\n" |
| 299 | + printf "\n\n" |
300 | 300 |
|
301 | 301 | uv run pytest tests |
302 | 302 |
|
@@ -365,9 +365,9 @@ jobs: |
365 | 365 | uv add --editable ../typing-extensions-latest |
366 | 366 | uv sync |
367 | 367 |
|
368 | | - echo "\n\nINSTALLED DEPENDENCIES ARE:\n\n" |
| 368 | + printf "\n\nINSTALLED DEPENDENCIES ARE:\n\n" |
369 | 369 | uv pip list |
370 | | - echo "\n\n" |
| 370 | + printf "\n\n" |
371 | 371 |
|
372 | 372 | uv run python -m pytest tests/unit/test_typing.py tests/unit/test_dto |
373 | 373 |
|
|
0 commit comments