Skip to content

Commit 14e1dd9

Browse files
committed
tox: set a $HOME value, helps conda install
1 parent 8d95c0e commit 14e1dd9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ deps =
5757
py312-lintreadme: readme_renderer[rst]
5858

5959
setenv =
60-
py3{8,9,10,11,12}-unit: LC_ALL = C.UTF-8
60+
LC_ALL = C.UTF-8
61+
HOME = {envtmpdir}
6162

6263
commands_pre =
6364
py3{8,9,10,11,12}-unit: python -m pip install -U pip setuptools wheel

0 commit comments

Comments
 (0)