Loading templates/python.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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: Loading Loading
templates/python.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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: Loading