mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-03 22:14:45 +08:00
action test
This commit is contained in:
parent
99e60a8da2
commit
5b8a70fb33
@ -455,7 +455,9 @@ def pytest() -> None:
|
|||||||
raise CleanError('python_paths not found in project config.')
|
raise CleanError('python_paths not found in project config.')
|
||||||
|
|
||||||
if platform.system() == 'Windows':
|
if platform.system() == 'Windows':
|
||||||
pypaths = [s.replace('/', '\\') for s in pypaths]
|
pypaths = [
|
||||||
|
os.path.join(os.getcwd(), s.replace('/', '\\')) for s in pypaths
|
||||||
|
]
|
||||||
|
|
||||||
os.environ['PYTHONPATH'] = ':'.join(pypaths)
|
os.environ['PYTHONPATH'] = ':'.join(pypaths)
|
||||||
print('SET VAL TO', ':'.join(pypaths), flush=True)
|
print('SET VAL TO', ':'.join(pypaths), flush=True)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user