CirrusCI fixes (#1786)

* Fix executable name, that doesn't always exist on windows

* Use the `python3` executable on macOS Cirrus

* Homebrew changed where it puts the python binaries

* Update examples to match new config
This commit is contained in:
Joe Rickerby
2024-03-11 20:54:37 +00:00
committed by GitHub
parent 0d8e919dfc
commit f7e1922225
4 changed files with 10 additions and 14 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ def test_simple(tmp_path):
assert os.path.exists('{package}/setup.py')
""",
)
setup_py_assertion_cmd = f'python3 -c "{setup_py_assertion_snippet !s}"'
setup_py_assertion_cmd = f'python -c "{setup_py_assertion_snippet !s}"'
# build the wheels from sdist
actual_wheels = cibuildwheel_from_sdist_run(