From 58e552cb56a28f6a79ffcbfbbd9efe479af9480c Mon Sep 17 00:00:00 2001 From: Matt Davis Date: Thu, 18 Aug 2022 19:40:46 -0400 Subject: [PATCH] this change did not help. --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 46f437d7..330cdff6 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 --upgrade + python -m pip install --upgrade pip setuptools wheel --upgrade - name: Install dependencies env: PIPENV_DEFAULT_PYTHON_VERSION: ${{ matrix.python-version }}