From 96623332dbf4c4806bebc95fe205e1bf804b0d8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Pelletier?= Date: Mon, 8 Jan 2024 13:09:29 -0500 Subject: [PATCH] fix: pip install setuptools --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8d4e348..e67d3ee 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,6 +19,7 @@ cache: before_script: - python --version ; pip --version # For debugging + - pip install setuptools - pip install virtualenv - virtualenv venv - source venv/bin/activate