This commit is contained in:
Sylvain LE GAL 2022-06-03 12:54:11 +02:00
parent 4fc20cc880
commit 97d9d2b44c

View File

@ -18,8 +18,8 @@ pytest:
only: only:
- merge_requests - merge_requests
script: script:
- python3 -m venv /.gitlab-ci-venv - python3 -m venv ./.gitlab-ci-venv
- source /.gitlab-ci-venv/bin/activate - source ./.gitlab-ci-venv/bin/activate
# - pip install --upgrade pip # - pip install --upgrade pip
- pip install poetry - pip install poetry
- poetry --version - poetry --version