mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-31 03:39:04 +08:00
action test
This commit is contained in:
parent
5b8a70fb33
commit
410f1317ab
@ -449,6 +449,9 @@ def pytest() -> None:
|
||||
print('PATH IS', sys.path)
|
||||
print('CWD IS', os.getcwd())
|
||||
|
||||
subprocess.run([PYTHON_BIN, '-c', 'import sys; print("FOOO", sys.path)'],
|
||||
check=True)
|
||||
|
||||
# Grab our python paths for the project and stuff them in PYTHONPATH.
|
||||
pypaths = get_config(PROJROOT).get('python_paths')
|
||||
if pypaths is None:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user