From b1c42a6b6269683bcf0e9f878801949749ba52ed Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sun, 24 Dec 2023 18:15:12 +0200 Subject: [PATCH] Templates: Small fix. --- templates/python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/python.yml b/templates/python.yml index 41175a0..bef2f2a 100644 --- a/templates/python.yml +++ b/templates/python.yml @@ -31,7 +31,7 @@ build-wheel: extends: .python3 stage: test before_script: - - python3 -m pip install dist/*.whl + - python3 -m pip install --break-system-packages dist/*.whl script: - "true" needs: -- GitLab