Skip to content

Commit f5e75d9

Browse files
committed
ci: fix test-sdk-python
1 parent 160c0e2 commit f5e75d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
- uses: Swatinem/rust-cache@v2
107107
- uses: astral-sh/setup-uv@v7
108108
- run: uv --project sdk sync --reinstall-package lexe
109-
- run: uv --project sdk uv run pytest
109+
- run: uv --project sdk run pytest
110110

111111
# TODO(max): Enable once we are approved so we don't need to constantly reauth
112112
# test-gdrive:

0 commit comments

Comments
 (0)