Skip to content

Commit 235e7b4

Browse files
committed
fix: add --system flag to PyYAML installation in CI
- Fix 'No virtual environment found' error in validate-workflows job - Use uv pip install --system PyYAML for CI environment
1 parent 53ef423 commit 235e7b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
cache-dependency-glob: "pyproject.toml.template"
100100

101101
- name: Install PyYAML
102-
run: uv pip install PyYAML
102+
run: uv pip install --system PyYAML
103103

104104
- name: Validate workflows
105105
run: make validate-all

0 commit comments

Comments
 (0)