Skip to content

Commit ec5f723

Browse files
committed
Can't build debug mode on github actions.
1 parent ee754e2 commit ec5f723

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ deps =
5656
ipdb
5757
commands =
5858
{py38,py39,py310,py311,py312,py313}: python tests/setup.py clean --all
59-
{py38,py39,py310,py311,py312,py313}: python tests/setup.py build_ext --force --inplace --debug
59+
{py38,py39,py310,py311,py312,py313}: python tests/setup.py build_ext --force --inplace
6060
cover: python setup.py clean --all build_ext --force --inplace
6161
nocov: {posargs:pytest -vv --ignore=src}
6262
cover: {posargs:pytest --cov --cov-report=term-missing -vv}

0 commit comments

Comments
 (0)