1
0
forked from GitHub/gf-core

try without cibuildwheels

This commit is contained in:
Krasimir Angelov
2023-01-24 21:22:21 +01:00
parent 5886a645bd
commit 7e5ea7e1a2

View File

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