Loading .gitlab-ci.yml +1 −7 Original line number Diff line number Diff line Loading @@ -49,12 +49,6 @@ oct-6: after_script: - make --quiet spotless py-3.8: image: python:3.8 script: - make -C src/python install-test test extends: .with_python py-3.9: image: python:3.9 script: Loading @@ -80,7 +74,7 @@ py-3.12: extends: .with_python py-3.13: image: python:3.13-rc image: python:3.13 script: - make -C src/python install-test test extends: .with_python Loading
.gitlab-ci.yml +1 −7 Original line number Diff line number Diff line Loading @@ -49,12 +49,6 @@ oct-6: after_script: - make --quiet spotless py-3.8: image: python:3.8 script: - make -C src/python install-test test extends: .with_python py-3.9: image: python:3.9 script: Loading @@ -80,7 +74,7 @@ py-3.12: extends: .with_python py-3.13: image: python:3.13-rc image: python:3.13 script: - make -C src/python install-test test extends: .with_python