github-actions: add install setuptools

This commit is contained in:
Martin Bubel 2023-12-02 14:17:48 +01:00
parent 522a79acbb
commit a8731c45f2

View file

@ -31,6 +31,9 @@ jobs:
- name: Upgrade pip
run: pip install --upgrade pip
- name: Install setuptools
run: pip install setuptools
- name: Install lib
run: python setup.py develop --user