We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27930dd commit ac216efCopy full SHA for ac216ef
1 file changed
.github/workflows/ci.yml
@@ -18,12 +18,11 @@ jobs:
18
19
- name: Install uv
20
uses: astral-sh/setup-uv@v3
21
-
22
- - name: Set up Python ${{ matrix.python-version }}
23
- run: uv python install ${{ matrix.python-version }}
+ with:
+ python-version: ${{ matrix.python-version }}
24
25
- name: Install dependencies
26
- run: uv pip install -e ".[dev]"
+ run: uv pip install --system -e ".[dev]"
27
28
- name: Install Playwright browsers
29
run: playwright install chromium --with-deps
0 commit comments