Skip to content

Commit 159187c

Browse files
committed
pip install -e . --group dev
1 parent b492087 commit 159187c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ jobs:
1515
with:
1616
python-version: ${{ matrix.python-version }}
1717
cache: 'pip'
18-
cache-dependency-path: setup.py
18+
cache-dependency-path: pyproject.toml
1919
- name: Cache Playwright browsers
2020
uses: actions/cache@v5
2121
with:
2222
path: ~/.cache/ms-playwright/
2323
key: ${{ runner.os }}-browsers
2424
- name: Install dependencies
2525
run: |
26-
pip install -e '.[test]'
26+
pip install -e . --group dev
2727
- name: Install Playwright dependencies
2828
run: |
2929
python -m playwright install-deps

0 commit comments

Comments
 (0)