Skip to content

Commit

Permalink
Give up using editable tox installation in the coverage job
Browse files Browse the repository at this point in the history
  • Loading branch information
rmk135 committed Jun 5, 2024
1 parent 8f3f480 commit 6ba2457
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests-and-linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: 3.12
- run: pip install tox cython==0.29.36
- run: pip install tox cython==0.29.37
- run: make cythonize
- run: tox
env:
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ python_files = test_*_py3*.py
[testenv:coveralls]
passenv = GITHUB_*, COVERALLS_*
basepython=python3.12
usedevelop=True
deps=
{[testenv]deps}
cython<3.0
Expand Down

0 comments on commit 6ba2457

Please sign in to comment.