diff --git a/.github/workflows/cli_setup.yml b/.github/workflows/cli_setup.yml index 465e688..6598598 100644 --- a/.github/workflows/cli_setup.yml +++ b/.github/workflows/cli_setup.yml @@ -64,10 +64,11 @@ jobs: update: true install: git mingw-w64-x86_64-toolchain mingw-w64-x86_64-python-pip mingw-w64-x86_64-python-build mingw-w64-x86_64-python-pillow mingw-w64-x86_64-rust - # - name: (MSYS2) Install Python dependencies - # shell: msys2 {0} - # run: | - # python3 -m pip install -U setuptools wheel + - name: (MSYS2) Upgrade pip + shell: msys2 {0} + run: | + python3 -m pip install --upgrade pip + - name: (MSYS2) Install QMK CLI from source shell: msys2 {0} run: |