diff --git a/templates/python.yml b/templates/python.yml index 41175a063341b6c21823fec6358b8dff60847e95..bef2f2a75cdf5e734a5c0a4b146e1b335e20189b 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: