Skip to content
Snippets Groups Projects

Pre-commit updates and spell checker

Merged Oscar Gustafsson requested to merge precommit into master
1 file
+ 6
0
Compare changes
  • Side-by-side
  • Inline
+ 6
0
@@ -85,6 +85,12 @@ run-test-3.11-pyqt5:
image: python:3.11
extends: ".run-test"
run-test-3.12-pyqt5:
variables:
QT_API: pyqt5
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:
Loading