From 66c095ad8fb9e58437613d33a0d95603ef15d4ef Mon Sep 17 00:00:00 2001 From: dreamer Date: Thu, 26 Sep 2024 18:57:48 +0200 Subject: [PATCH] add setuptools --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c90871f..6b8b53a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,7 +27,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install tox tox-gh-actions + pip install tox tox-gh-actions setuptools - name: Run tox run: tox