File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ jobs:
118118
119119 python_exe = sys.executable.replace('\\\\', '/')
120120
121- content = f'''pyenv(Version='{python_exe}', ExecutionMode='OutOfProcess ')
121+ content = f'''pyenv(Version='{python_exe}', ExecutionMode='InProcess ')
122122 % Verify Python environment and warm up OutOfProcess worker
123123 pe = pyenv;
124124 disp(pe);
@@ -323,8 +323,8 @@ jobs:
323323 content = f'''getenv('path')
324324 setenv('path', ['{python_dir};', getenv('path')])
325325 getenv('path')
326- pyenv(Version='{python_exe}', ExecutionMode='OutOfProcess ')
327- % Verify Python environment and warm up OutOfProcess worker
326+ pyenv(Version='{python_exe}', ExecutionMode='InProcess ')
327+ % Verify Python environment
328328 pe = pyenv;
329329 disp(pe);
330330 py.importlib.import_module('numpy');
You can’t perform that action at this time.
0 commit comments