Correct indentation for virtual environment setup

Fix indentation for the 'uv venv' command in the workflow.
This commit is contained in:
Jay Lee
2026-05-11 15:58:57 -04:00
committed by GitHub
parent f69d0b1427
commit 9cca97b12e

View File

@@ -19,6 +19,7 @@ jobs:
- name: Install tomli-w
run: |
uv venv
uv pip install tomli-w
- name: Update overrides in pyproject.toml (if any)