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 01774fa commit 7bd53fcCopy full SHA for 7bd53fc
.github/workflows/test.yml
@@ -40,7 +40,7 @@ jobs:
40
python-version: ${{ matrix.python }}
41
42
- name: Install tox
43
- run: pip install tox
+ run: pip install .[dev]
44
45
- name: Test Execution
46
run: tox -e py
0 commit comments