Skip to content

Commit

Permalink
fix tox in GHA
Browse files Browse the repository at this point in the history
looks like the tox here needs a list
  • Loading branch information
nemacysts committed Dec 27, 2023
1 parent 071f28b commit b32723e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ envlist = py38
[testenv]
basepython = python3.8
deps = -rrequirements-dev.txt
passenv = HOME SSH_AUTH_SOCK USER
passenv =
HOME
SSH_AUTH_SOCK
USER
commands =
coverage erase
coverage run -m pytest {posargs:tests}
Expand Down

0 comments on commit b32723e

Please sign in to comment.