Use same interpreter for sample_build.py (for local testing of arm64)

This commit is contained in:
Joe Rickerby
2021-01-05 17:01:47 +00:00
parent 121715a568
commit bf272fe9a6
+1 -1
View File
@@ -22,4 +22,4 @@ if __name__ == '__main__':
options.project_python_path, project_dir
], check=True)
exit(subprocess.run(['cibuildwheel'], cwd=project_dir).returncode)
exit(subprocess.run([sys.executable, '-m', 'cibuildwheel'], cwd=project_dir).returncode)