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.
-e .
dev-requirements.txt
1 parent 5801edc commit 910e1cbCopy full SHA for 910e1cb
.github/workflows/main.yml
@@ -14,7 +14,7 @@ jobs:
14
- uses: actions/setup-python@v4
15
with:
16
python-version: ${{ matrix.python }}
17
- - run: pip install -e . -r dev-requirements.txt
+ - run: pip install -r dev-requirements.txt
18
- run: PYTEST_SENTRY_ALWAYS_REPORT=1 pytest tests
19
dist:
20
runs-on: ubuntu-latest
dev-requirements.txt
@@ -1,2 +1,3 @@
1
+-e .
2
pytest-rerunfailures
3
pytest<4; python_version < '3.0'
0 commit comments