test: run node specs with py3 (#34154)
This commit is contained in:
parent
e76cf3e2ed
commit
9bcbe70dbe
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ const getCustomOptions = () => {
|
|||
async function main () {
|
||||
const options = args.default ? defaultOptions : getCustomOptions();
|
||||
|
||||
const testChild = cp.spawn('python', options, {
|
||||
const testChild = cp.spawn('python3', options, {
|
||||
env: {
|
||||
...process.env,
|
||||
ELECTRON_RUN_AS_NODE: 'true',
|
||||
|
|
Loading…
Reference in a new issue