Skip to content

Commit 700b922

Browse files
committed
fix: add --system flag to uv pip install in CI
1 parent 77ca56f commit 700b922

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
@@ -26,7 +26,7 @@ jobs:
2626
run: uv python install ${{ matrix.python-version }}
2727

2828
- name: Install dependencies
29-
run: uv pip install -e ".[dev]"
29+
run: uv pip install --system -e ".[dev]"
3030

3131
- name: Run type checking
3232
run: uv run poe type

0 commit comments

Comments
 (0)