Skip to content

Commit 86da1e0

Browse files
committed
fix pip install in ci
1 parent 0e72fd7 commit 86da1e0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/python-ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,9 @@ jobs:
3232
3333
- name: Install dependencies
3434
run: |
35-
uv pip install -e .
36-
uv pip install pytest mypy ruff build
35+
uv pip install --system -e .
36+
uv pip install --system pytest mypy ruff build
37+
3738
3839
- name: Run linters
3940
run: python -m ruff check .

0 commit comments

Comments
 (0)