fix missing setuptools installation in workflow

This commit is contained in:
Martin Bubel 2024-07-21 17:42:09 +02:00
parent 8274d02147
commit 2fb9bb6f69

View file

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