We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 674907d commit 8b9d53eCopy full SHA for 8b9d53e
.github/workflows/third_party.yml
@@ -175,7 +175,7 @@ jobs:
175
uv pip install "typeguard @ ." --group test --exclude-newer "$(git show -s --date=format:'%Y-%m-%dT%H:%M:%SZ' --format=%cd HEAD)"
176
uv pip install "typing-extensions @ ../typing-extensions-latest"
177
178
- printf "\n\nINSTALLED DEPENDENCIES ARE:\n\n%"
+ printf "\n\nINSTALLED DEPENDENCIES ARE:\n\n"
179
uv pip list
180
181
uv run --no-project pytest
0 commit comments