Loading templates/python.yml +1 −1 Original line number Original line Diff line number Diff line Loading @@ -31,7 +31,7 @@ build-wheel: extends: .python3 extends: .python3 stage: test stage: test before_script: before_script: - python3 -m pip install dist/*.whl - python3 -m pip install --break-system-packages dist/*.whl script: script: - "true" - "true" needs: needs: Loading Loading
templates/python.yml +1 −1 Original line number Original line Diff line number Diff line Loading @@ -31,7 +31,7 @@ build-wheel: extends: .python3 extends: .python3 stage: test stage: test before_script: before_script: - python3 -m pip install dist/*.whl - python3 -m pip install --break-system-packages dist/*.whl script: script: - "true" - "true" needs: needs: Loading