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 0b2c6fd commit 48eda22Copy full SHA for 48eda22
.github/workflows/tox.yml
@@ -17,4 +17,5 @@ jobs:
17
python-version: ${{ matrix.python }}
18
- run: pip install --upgrade pip
19
- run: pip install tox
20
+ - run: pip install -e .
21
- run: tox -e py
0 commit comments