Disable virtualenv drone

This commit is contained in:
Dryusdan 2022-04-09 00:17:33 +02:00
parent 2e0dbaa3ce
commit fda3b95f3b
2 changed files with 2 additions and 1 deletions

View File

@ -14,6 +14,5 @@ steps:
commands:
- apk add --update build-base gcc libc-dev make git libffi-dev openssl-dev python3-dev libxml2-dev libxslt-dev
- pip3 install poetry
- poetry config virtualenvs.create false --local
- poetry install
- pylama

2
poetry.toml Normal file
View File

@ -0,0 +1,2 @@
[virtualenvs]
create = false