try skipping setup-python

This commit is contained in:
Krasimir Angelov
2023-01-25 09:36:51 +01:00
parent bf2791ce3f
commit 83474b62dd

View File

@@ -188,11 +188,6 @@ jobs:
sudo mv lib/* /usr/local/lib/
sudo mv include/* /usr/local/include/
- uses: actions/setup-python@v3
name: Install Python
with:
python-version: '3.10'
- name: Install cibuildwheel
run: |
python -m pip install git+https://github.com/joerick/cibuildwheel.git@main
@@ -203,6 +198,7 @@ jobs:
- uses: actions/upload-artifact@v2
with:
name: python-macos
path: ./wheelhouse
# macos-javascript: