mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-23 15:33:26 +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.')
|
||||
|
||||
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)
|
||||
print('SET VAL TO', ':'.join(pypaths), flush=True)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user