try to fix the compilation on Mac

This commit is contained in:
Krasimir Angelov
2022-02-08 17:25:34 +01:00
parent 2ea78be6d8
commit 816225a054

View File

@@ -184,6 +184,7 @@ jobs:
- name: Install bindings
working-directory: ./src/runtime/python
run: |
EXTRA_INCLUDE_DIRS=/usr/local/include/
python3 setup.py build
sudo python3 setup.py install