Skip to content

Commit

Permalink
build: Add -e . to dev-requirements.txt (#29)
Browse files Browse the repository at this point in the history
* Add "-e ." to `requirements.txt`

* Undo auto-formatting changes
  • Loading branch information
szokeasaurusrex authored Mar 5, 2024
1 parent 5801edc commit 910e1cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}
- run: pip install -e . -r dev-requirements.txt
- run: pip install -r dev-requirements.txt
- run: PYTEST_SENTRY_ALWAYS_REPORT=1 pytest tests
dist:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
-e .
pytest-rerunfailures
pytest<4; python_version < '3.0'

0 comments on commit 910e1cb

Please sign in to comment.