From 3f071c718620393fa746a890bc4061403da85e06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Pelletier?= Date: Mon, 8 Jan 2024 13:11:25 -0500 Subject: [PATCH] fix: pip install setuptools --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e67d3ee..e196b8e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,7 +19,6 @@ cache: before_script: - python --version ; pip --version # For debugging - - pip install setuptools - pip install virtualenv - virtualenv venv - source venv/bin/activate @@ -32,6 +31,7 @@ test: run: script: + - pip install setuptools - pip install . - python setup.py sdist artifacts: