mirror of https://gitlab.com/pamhyr/pamhyr2
test debug for linux runner
parent
201b1099bd
commit
81e85ab488
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue