Skip to content

Commit 6ba2457

Browse files
committed
Give up using editable tox installation in the coverage job
1 parent 8f3f480 commit 6ba2457

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/tests-and-linters.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- uses: actions/setup-python@v4
4949
with:
5050
python-version: 3.12
51-
- run: pip install tox cython==0.29.36
51+
- run: pip install tox cython==0.29.37
5252
- run: make cythonize
5353
- run: tox
5454
env:

tox.ini

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ python_files = test_*_py3*.py
2626
[testenv:coveralls]
2727
passenv = GITHUB_*, COVERALLS_*
2828
basepython=python3.12
29-
usedevelop=True
3029
deps=
3130
{[testenv]deps}
3231
cython<3.0

0 commit comments

Comments
 (0)