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

Update .gitlab-ci.yml file

parent bf03b089
No related branches found
No related tags found
2 merge requests!461Finalize earliest deadline scheduler,!459Qt6 fixes and scheduler class started
Pipeline #154433 failed
......@@ -91,6 +91,12 @@ run-test-3.12-pyqt5:
image: python:3.12
extends: ".run-test"
run-test-3.12-pyqt6:
variables:
QT_API: pyqt6
image: python:3.12
extends: ".run-test"
# Seemingly works with Qt6, but tests stall on closing scheduler GUI due to modal dialog(?)
#run-test-3.10-pyside6:
# variables:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment