From 4670c36cdc1df450e230f887005d27a92417e3fb Mon Sep 17 00:00:00 2001 From: dangotbanned <125183946+dangotbanned@users.noreply.github.com> Date: Fri, 20 Dec 2024 20:42:27 +0000 Subject: [PATCH] ci: remove `uv run` wrapped `python` https://github.com/dangotbanned/altair/actions/runs/12438176337/job/34729551062 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cea1e411a..451b2be1e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -46,7 +46,7 @@ jobs: - name: Test that schema generation has no effect run: | uv pip install vl-convert-python - uv run python tools/generate_schema_wrapper.py + python tools/generate_schema_wrapper.py # This gets the paths of all files which were either deleted, modified # or are not yet tracked by Git files=`git ls-files --deleted --modified --others --exclude-standard`