Skip to content

Commit a39bd7b

Browse files
committed
github/action: run static checks with uv.
The static-checks.py needs the python virtual env to be activated to run `ruff`. Use `uv run ./static-checks.py` instead of just calling `./static-checks.py`. Change-Id: Ic5ba06a85e89cb34fabe87a318228078be2d5981 Priv-Id: c6188b5e6f896670224b334c8169a7395dc97abe
1 parent 356177a commit a39bd7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,4 @@ jobs:
7676
ASAN_OPTIONS: 'handle_segv=0:detect_leaks=1'
7777

7878
- name: Static checks
79-
run: ./static-checks.py
79+
run: uv run ./static-checks.py

0 commit comments

Comments
 (0)