Use same interpreter for sample_build.py (for local testing of arm64)
This commit is contained in:
+1
-1
@@ -22,4 +22,4 @@ if __name__ == '__main__':
|
|||||||
options.project_python_path, project_dir
|
options.project_python_path, project_dir
|
||||||
], check=True)
|
], check=True)
|
||||||
|
|
||||||
exit(subprocess.run(['cibuildwheel'], cwd=project_dir).returncode)
|
exit(subprocess.run([sys.executable, '-m', 'cibuildwheel'], cwd=project_dir).returncode)
|
||||||
|
|||||||
Reference in New Issue
Block a user