From 73e5d30bfe598680cc8b7032f5ce79ed6874547d Mon Sep 17 00:00:00 2001 From: Jelmer Draaijer Date: Thu, 26 Oct 2023 09:29:40 +0200 Subject: [PATCH] Install setuptools manually for compatability with 3.12 --- .github/workflows/build.yml | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/cs.yml | 2 +- .github/workflows/docs.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0779431c..f49ff0dd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,7 +34,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: Check MANIFEST.in for completeness run: tox -e manifest diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 49b6e5a1..9dd85a14 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,7 +79,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - python -m pip install tox tox-gh-actions + python -m pip install tox tox-gh-actions setuptools - name: Setuptools self-test run: | diff --git a/.github/workflows/cs.yml b/.github/workflows/cs.yml index fc596beb..15acb929 100644 --- a/.github/workflows/cs.yml +++ b/.github/workflows/cs.yml @@ -35,7 +35,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: Lint with tox run: tox -e lint diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index e03e0d8b..cf537a86 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -36,7 +36,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: Check external links in the package documentation run: tox -e linkcheck