Giacomo Vercesi
|
dbc734f23a
|
CMake: force use of Python3
Switch from using `find_package(Python ...)` to `find_package(Python3
...)` as it excludes that CMake picks a Python 2 version by accident.
|
2026-05-14 11:26:41 +02:00 |
|
Giacomo Vercesi
|
a6a3e15e6b
|
pypeline: add env prefixes
Add the `PYPELINE_` prefix to all the pypeline environment variables.
|
2026-03-05 14:23:06 +01:00 |
|
Giacomo Vercesi
|
e14d1cee6f
|
Add native runner tests
|
2026-02-16 10:34:39 +01:00 |
|
Giacomo Vercesi
|
df4f8b76ac
|
pypeline: re-organize tests
Split the tests into two subdirectories: those that work in pure python
and those that use the C++ bindings.
|
2026-02-16 10:34:39 +01:00 |
|