Skip to content

Commit ac216ef

Browse files
committed
fix: CI — use setup-uv python-version and --system flag for uv pip install
1 parent 27930dd commit ac216ef

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,11 @@ jobs:
1818

1919
- name: Install uv
2020
uses: astral-sh/setup-uv@v3
21-
22-
- name: Set up Python ${{ matrix.python-version }}
23-
run: uv python install ${{ matrix.python-version }}
21+
with:
22+
python-version: ${{ matrix.python-version }}
2423

2524
- name: Install dependencies
26-
run: uv pip install -e ".[dev]"
25+
run: uv pip install --system -e ".[dev]"
2726

2827
- name: Install Playwright browsers
2928
run: playwright install chromium --with-deps

0 commit comments

Comments
 (0)