diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a2fb22e..06562fc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -128,6 +128,10 @@ jobs: with: python-version: ${{ matrix.python.action }} architecture: x64 + - name: pip/setuptools/wheel + shell: bash + run: | + python -m pip install --upgrade pip setuptools wheel - name: Report Python information shell: bash run: |