Skip to content

Commit

Permalink
tox: set a $HOME value, helps conda install
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Oct 12, 2023
1 parent 3c49589 commit e1329ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ deps =
py312-lintreadme: readme_renderer[rst]

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

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

0 comments on commit e1329ef

Please sign in to comment.