Update .gitlab-ci.yml file

This commit is contained in:
JuniorJPDJ 2022-11-17 20:24:56 +00:00
parent 6db92c9e08
commit 76a27f5b02
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ build_dep_wheels:
libxslt-dev
curl
poetry
pip
py3-pip
- poetry export --without-hashes > requirements.txt
- python -m venv venv
- source venv/bin/activate