We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 160c0e2 commit f5e75d9Copy full SHA for f5e75d9
.github/workflows/ci.yml
@@ -106,7 +106,7 @@ jobs:
106
- uses: Swatinem/rust-cache@v2
107
- uses: astral-sh/setup-uv@v7
108
- run: uv --project sdk sync --reinstall-package lexe
109
- - run: uv --project sdk uv run pytest
+ - run: uv --project sdk run pytest
110
111
# TODO(max): Enable once we are approved so we don't need to constantly reauth
112
# test-gdrive:
0 commit comments