Give up using editable tox installation in the coverage job

This commit is contained in:
Roman Mogylatov 2024-06-04 23:17:16 -04:00
parent 962b576561
commit ae6bfb0c92
2 changed files with 1 additions and 2 deletions

View File

@ -48,7 +48,7 @@ jobs:
- uses: actions/setup-python@v4 - uses: actions/setup-python@v4
with: with:
python-version: 3.12 python-version: 3.12
- run: pip install tox cython==0.29.36 - run: pip install tox cython==0.29.37
- run: make cythonize - run: make cythonize
- run: tox - run: tox
env: env:

View File

@ -26,7 +26,6 @@ python_files = test_*_py3*.py
[testenv:coveralls] [testenv:coveralls]
passenv = GITHUB_*, COVERALLS_* passenv = GITHUB_*, COVERALLS_*
basepython=python3.12 basepython=python3.12
usedevelop=True
deps= deps=
{[testenv]deps} {[testenv]deps}
cython<3.0 cython<3.0