From aa3a1208f1a96a75ac6e1fe10b432db033d597f9 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..20db90bd295 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 and wheel # Needed for proxy.py install not to explode + run: pip install -U setuptools wheel - name: Cythonize if: ${{ matrix.no-extensions == '' }} run: |