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

Update .gitlab-ci.yml file

parent 2e414215
No related branches found
No related tags found
2 merge requests!461Finalize earliest deadline scheduler,!459Qt6 fixes and scheduler class started
Pipeline #154704 failed
......@@ -19,7 +19,6 @@ before_script:
# Install test dependencies
- pip install -r requirements_test.txt
- export PYTEST_QT_API=$QT_API
- export MPLBACKEND=qtagg
.run-test:
stage: test
......@@ -50,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"
......@@ -70,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"
......@@ -82,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