diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0f0ee18b..46f437d7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -85,7 +85,7 @@ jobs: 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 + python -m pip install --upgrade pip --upgrade - name: Install dependencies env: PIPENV_DEFAULT_PYTHON_VERSION: ${{ matrix.python-version }}