Having a virtualenv in `.venv` is very convenient because many tools automatically pick up on it. However, this then also happens during the construction of the Docker images, which subsequently breaks. Until a proper fix is found, it's easiest to just put the virtualenv outside of the project.
3 lines
33 B
TOML
3 lines
33 B
TOML
[virtualenvs]
|
|
in-project = false
|