diff options
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ccf27e35..406d6055 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -36,7 +36,8 @@ lint: before_script: - apk add python3-dev git libpq postgresql-dev gcc cmake autoconf automake musl-dev - python3 -m pip install poetry - - pipenv install --dev --system + - poetry config settings.virtualenvs.in-project true + - poetry install script: - flake8 tags: |