Skip to content

Commit bf4eae6

Browse files
emilyklCopilot
andauthored
use uv lock check and uv sync
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent c30b679 commit bf4eae6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/check-codegen.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ jobs:
2525
run: |
2626
uv venv
2727
source .venv/bin/activate
28-
uv pip install ".[dev_codegen]"
28+
uv lock --check
29+
uv sync --extra dev_codegen
2930
- name: Run codegen
3031
run: |
3132
source .venv/bin/activate

0 commit comments

Comments
 (0)