From af9460ecded0f3459e910836c23b4f1b20d2489f Mon Sep 17 00:00:00 2001 From: Matt Davis Date: Sun, 7 Aug 2022 01:03:41 -0400 Subject: [PATCH] This is possibly no longer required and could be breaking the build. --- .github/workflows/ci.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 48fcfaca..91578dac 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -83,9 +83,6 @@ jobs: id: python-path run: | echo ::set-output name=path::$(python -c "import sys; print(sys.executable)") - - name: Install latest pip, setuptools, wheel - run: | - python -m pip install --upgrade pip setuptools wheel --upgrade-strategy=eager - name: Install dependencies env: PIPENV_DEFAULT_PYTHON_VERSION: ${{ matrix.python-version }}