Skip to content

Commit 910e1cb

Browse files
build: Add -e . to dev-requirements.txt (#29)
* Add "-e ." to `requirements.txt` * Undo auto-formatting changes
1 parent 5801edc commit 910e1cb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/setup-python@v4
1515
with:
1616
python-version: ${{ matrix.python }}
17-
- run: pip install -e . -r dev-requirements.txt
17+
- run: pip install -r dev-requirements.txt
1818
- run: PYTEST_SENTRY_ALWAYS_REPORT=1 pytest tests
1919
dist:
2020
runs-on: ubuntu-latest

dev-requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
-e .
12
pytest-rerunfailures
23
pytest<4; python_version < '3.0'

0 commit comments

Comments
 (0)