Skip to content

Set POETRY_VIRTUALENVS_CREATE to false

Joren Vrancken requested to merge virtualenvs_create into master

Short description

Set POETRY_VIRTUALENVS_CREATE to false.

This will disable the creation of a virtual env during poetry install even if HOME changes (Github Actions does this).

Merge request reports