test debug for linux runner

dev_dylan
Theophile Terraz 2026-03-24 15:47:52 +01:00
parent 201b1099bd
commit 81e85ab488
2 changed files with 1 additions and 2 deletions

View File

@ -281,7 +281,7 @@ build-developers-doc:
- pip3 install -U pip - pip3 install -U pip
- pip3 install -r ../full-requirements.txt - pip3 install -r ../full-requirements.txt
- pip3 install -U -r ../full-requirements.txt - pip3 install -U -r ../full-requirements.txt
- pip3 install pdoc3 - pip3 install pdoc
- pdoc --html . - pdoc --html .
# Create archive # Create archive
- tar cf html.tar ./html - tar cf html.tar ./html

View File

@ -26,7 +26,6 @@ from queue import Queue
from functools import reduce from functools import reduce
from time import process_time_ns from time import process_time_ns
#from numpy.core.multiarray import where
from platformdirs import user_cache_dir from platformdirs import user_cache_dir
from Solver.AdisTS import AdisTS from Solver.AdisTS import AdisTS