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 54dc89b commit 79dae7aCopy full SHA for 79dae7a
.github/workflows/scheduled_unittests.yml
@@ -22,5 +22,6 @@ jobs:
22
run: |
23
git config --global user.name "Github Action"
24
git config --global user.email "[email protected]"
25
+ uv sync --upgrade
26
uv run pytest
27
0 commit comments