From 81e85ab4888fa5836c2d31fa799231b9953fb599 Mon Sep 17 00:00:00 2001 From: Theophile Terraz Date: Tue, 24 Mar 2026 15:47:52 +0100 Subject: [PATCH] test debug for linux runner --- .gitlab-ci.yml | 2 +- src/View/MainWindow.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6853a7d5..cc853a86 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -281,7 +281,7 @@ build-developers-doc: - pip3 install -U pip - pip3 install -r ../full-requirements.txt - pip3 install -U -r ../full-requirements.txt - - pip3 install pdoc3 + - pip3 install pdoc - pdoc --html . # Create archive - tar cf html.tar ./html diff --git a/src/View/MainWindow.py b/src/View/MainWindow.py index 17077dab..c3f0506d 100644 --- a/src/View/MainWindow.py +++ b/src/View/MainWindow.py @@ -26,7 +26,6 @@ from queue import Queue from functools import reduce from time import process_time_ns -#from numpy.core.multiarray import where from platformdirs import user_cache_dir from Solver.AdisTS import AdisTS