github-actions: add setuptools install

This commit is contained in:
Martin Bubel 2024-01-13 13:30:53 +01:00
parent 793a5a269d
commit c9897a512f

View file

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