Skip to content
Snippets Groups Projects
Commit c32e17ee authored by Simon Bjurek's avatar Simon Bjurek
Browse files

Update .gitlab-ci.yml file

parent 7bc3424f
No related branches found
No related tags found
2 merge requests!461Finalize earliest deadline scheduler,!459Qt6 fixes and scheduler class started
Pipeline #154700 failed
......@@ -49,7 +49,7 @@ run-test-3.10-pyqt5:
run-test-3.10-pyqt6:
variables:
QT_API: pyqt6
QT_API: PyQt6
image: python:3.10
extends: ".run-test"
......@@ -69,7 +69,7 @@ run-test-3.11-pyqt5:
run-test-3.11-pyqt6:
variables:
QT_API: pyqt6
QT_API: PyQt6
image: python:3.11
extends: ".run-test"
......@@ -81,13 +81,13 @@ run-test-3.12-pyqt5:
run-test-3.12-pyqt6:
variables:
QT_API: pyqt6
QT_API: PyQt6
image: python:3.12
extends: ".run-test"
run-test-3.13-pyqt6:
variables:
QT_API: pyqt6
QT_API: PyQt6
image: python:3.13
extends: ".run-test"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment