From 59889e1e31851399522937b208ae7ece6fe27c65 Mon Sep 17 00:00:00 2001 From: Maxime Alves LIRMM Date: Sun, 20 Aug 2023 23:34:34 +0200 Subject: [PATCH] [ci] pipenv --skip-lock (has been remove) --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f261c15..e62e679 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -36,7 +36,7 @@ stages: - apk update && apk add py3-virtualenv py3-pip - python3 -V # Print out python version for debugging - pip3 install pipenv - - pipenv install --dev --skip-lock + - pipenv install --dev test: image: python:${PYVERSION}-bullseye @@ -63,7 +63,7 @@ build_pypi: - apk update && apk add py3-virtualenv py3-pip - python3 -V # Print out python version for debugging - pip3 install pipenv - - pipenv install --dev --skip-lock + - pipenv install --dev - pipenv run python -m build --sdist - pipenv run python -m build --wheel artifacts: