From 881cabc65925714ecca1804883894898cd2bab16 Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Sun, 3 Oct 2021 02:47:48 +0200 Subject: [PATCH] Upgrade setuptools in CI --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 427950bcb6d..6be3805c740 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -116,6 +116,8 @@ jobs: path: ${{ steps.pip-cache.outputs.dir }} restore-keys: | pip-ci-${{ runner.os }}-${{ matrix.pyver }}-${{ matrix.no-extensions }}- + - name: Upgrade setuptools # Needed for proxy.py install not to explode + run: pip install -U setuptools - name: Cythonize if: ${{ matrix.no-extensions == '' }} run: |