Skip to content

Commit

Permalink
ci: remove uv run wrapped python
Browse files Browse the repository at this point in the history
  • Loading branch information
dangotbanned committed Dec 20, 2024
1 parent 0e1154a commit 4670c36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 4670c36

Please sign in to comment.