Skip to content

Commit f06f193

Browse files
committed
build: Fix test action
1 parent 2fc96b6 commit f06f193

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
python-version: ${{ matrix.python-version }}
2323
cache: pip
2424
- name: Install dev dependencies
25-
run: pip install .[dev]
25+
run: pip install --group dev -e .
2626
- name: Run tests
2727
run: pytest -ra -q --cov=multipart --cov-report=term

0 commit comments

Comments
 (0)