added setuptools to GH actions

This commit is contained in:
Christian Vogelgsang 2023-01-12 11:55:49 +01:00
parent d6f3c0f175
commit 02531af4e0

View File

@ -21,7 +21,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install tox tox-gh-actions cython wheel
python -m pip install tox tox-gh-actions cython wheel setuptools
- name: Test with tox
run: tox
env: