Skip to content

Commit 12d0f93

Browse files
committed
placate shellcheck
1 parent e355354 commit 12d0f93

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.github/workflows/third_party.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ jobs:
6969
uv add --editable ../typing-extensions-latest
7070
uv sync --group dev
7171
72-
echo "\n\nINSTALLED DEPENDENCIES ARE:\n\n"
72+
printf "\n\nINSTALLED DEPENDENCIES ARE:\n\n"
7373
uv pip list
74-
echo "\n\n"
74+
printf "\n\n"
7575
7676
uv run pytest
7777
@@ -105,9 +105,9 @@ jobs:
105105
uv pip install -r test-requirements.txt --exclude-newer "$(git show -s --date=format:'%Y-%m-%dT%H:%M:%SZ' --format=%cd HEAD)"
106106
uv pip install "typing-extensions @ ../typing-extensions-latest"
107107
108-
echo "\n\nINSTALLED DEPENDENCIES ARE:\n\n"
108+
printf "\n\nINSTALLED DEPENDENCIES ARE:\n\n"
109109
uv pip freeze
110-
echo "\n\n"
110+
printf "\n\n"
111111
112112
uv run --no-project pytest
113113
@@ -141,9 +141,9 @@ jobs:
141141
uv pip install 'pycroscope[tests] @ .' --exclude-newer "$(git show -s --date=format:'%Y-%m-%dT%H:%M:%SZ' --format=%cd HEAD)"
142142
uv pip install "typing-extensions @ ../typing-extensions-latest"
143143
144-
echo "\n\nINSTALLED DEPENDENCIES ARE:\n\n"
144+
printf "\n\nINSTALLED DEPENDENCIES ARE:\n\n"
145145
uv pip freeze
146-
echo "\n\n"
146+
printf "\n\n"
147147
148148
uv run --no-project pytest pycroscope/
149149
@@ -179,9 +179,9 @@ jobs:
179179
uv pip install "typeguard @ ." --group test --exclude-newer "$(git show -s --date=format:'%Y-%m-%dT%H:%M:%SZ' --format=%cd HEAD)"
180180
uv pip install "typing-extensions @ ../typing-extensions-latest"
181181
182-
echo "\n\nINSTALLED DEPENDENCIES ARE:\n\n"
182+
printf "\n\nINSTALLED DEPENDENCIES ARE:\n\n"
183183
uv pip freeze
184-
echo "\n\n"
184+
printf "\n\n"
185185
186186
uv run --no-project pytest
187187
@@ -222,9 +222,9 @@ jobs:
222222
uv pip install pytest --exclude-newer "$(git show -s --date=format:'%Y-%m-%dT%H:%M:%SZ' --format=%cd HEAD)"
223223
uv pip install "typing-extensions @ ../typing-extensions-latest"
224224
225-
echo "\n\nINSTALLED DEPENDENCIES ARE:\n\n"
225+
printf "\n\nINSTALLED DEPENDENCIES ARE:\n\n"
226226
uv pip freeze
227-
echo "\n\n"
227+
printf "\n\n"
228228
229229
uv run --no-project pytest
230230
@@ -259,9 +259,9 @@ jobs:
259259
uv pip install -e .
260260
uv pip install "typing_extensions @ ../typing-extensions-latest"
261261
262-
echo "\n\nINSTALLED DEPENDENCIES ARE:\n\n"
262+
printf "\n\nINSTALLED DEPENDENCIES ARE:\n\n"
263263
uv pip freeze
264-
echo "\n\n"
264+
printf "\n\n"
265265
266266
uv run --no-project pytest -n 2 ./mypy/test/teststubtest.py ./mypyc/test/test_run.py ./mypyc/test/test_external.py
267267
@@ -294,9 +294,9 @@ jobs:
294294
uv add --editable ../typing-extensions-latest
295295
uv sync --group test --all-extras
296296
297-
echo "\n\nINSTALLED DEPENDENCIES ARE:\n\n"
297+
printf "\n\nINSTALLED DEPENDENCIES ARE:\n\n"
298298
uv pip list
299-
echo "\n\n"
299+
printf "\n\n"
300300
301301
uv run pytest tests
302302
@@ -365,9 +365,9 @@ jobs:
365365
uv add --editable ../typing-extensions-latest
366366
uv sync
367367
368-
echo "\n\nINSTALLED DEPENDENCIES ARE:\n\n"
368+
printf "\n\nINSTALLED DEPENDENCIES ARE:\n\n"
369369
uv pip list
370-
echo "\n\n"
370+
printf "\n\n"
371371
372372
uv run python -m pytest tests/unit/test_typing.py tests/unit/test_dto
373373

0 commit comments

Comments
 (0)