mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-06 23:59:18 +08:00
action test
This commit is contained in:
parent
545e53d1f7
commit
621bfea07b
@ -451,6 +451,7 @@ def pytest() -> None:
|
|||||||
raise CleanError('python_paths not found in project config.')
|
raise CleanError('python_paths not found in project config.')
|
||||||
|
|
||||||
os.environ['PYTHONPATH'] = ':'.join(pypaths)
|
os.environ['PYTHONPATH'] = ':'.join(pypaths)
|
||||||
|
print('SET VAL TO', ':'.join(pypaths), flush=True)
|
||||||
|
|
||||||
# Also tell Python interpreters not to write __pycache__ dirs everywhere
|
# Also tell Python interpreters not to write __pycache__ dirs everywhere
|
||||||
# which can screw up our builds.
|
# which can screw up our builds.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user