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 2fc96b6 commit f06f193Copy full SHA for f06f193
.github/workflows/test.yaml
@@ -22,6 +22,6 @@ jobs:
22
python-version: ${{ matrix.python-version }}
23
cache: pip
24
- name: Install dev dependencies
25
- run: pip install .[dev]
+ run: pip install --group dev -e .
26
- name: Run tests
27
run: pytest -ra -q --cov=multipart --cov-report=term
0 commit comments