specify python version

This commit is contained in:
Krasimir Angelov
2023-01-24 21:18:59 +01:00
parent a2c6d6524e
commit 5886a645bd

View File

@@ -188,6 +188,11 @@ jobs:
sudo mv lib/* /usr/local/lib/
sudo mv include/* /usr/local/include/
- uses: actions/setup-python@v1
name: Install Python
with:
python-version: '3.7'
- name: Install cibuildwheel
run: |
python -m pip install git+https://github.com/joerick/cibuildwheel.git@main