We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b492087 commit 159187cCopy full SHA for 159187c
.github/workflows/test.yml
@@ -15,15 +15,15 @@ jobs:
15
with:
16
python-version: ${{ matrix.python-version }}
17
cache: 'pip'
18
- cache-dependency-path: setup.py
+ cache-dependency-path: pyproject.toml
19
- name: Cache Playwright browsers
20
uses: actions/cache@v5
21
22
path: ~/.cache/ms-playwright/
23
key: ${{ runner.os }}-browsers
24
- name: Install dependencies
25
run: |
26
- pip install -e '.[test]'
+ pip install -e . --group dev
27
- name: Install Playwright dependencies
28
29
python -m playwright install-deps
0 commit comments