add setuptools installation to prevent macos issues

This commit is contained in:
Martin Bubel 2023-12-18 12:58:10 +01:00
parent d5e67878ed
commit a4b8eb0781

View file

@ -41,6 +41,7 @@ jobs:
- name: Build wheel
run: |
pip install setuptools
pip install wheel
python setup.py bdist_wheel