Fix test_cli_win test matrix (#197)

This commit is contained in:
Joel Challis
2025-02-01 13:12:55 +00:00
committed by GitHub
parent 75dcb0e475
commit f2b8522c89
+1 -1
View File
@@ -68,7 +68,7 @@ jobs:
- name: (MSYS2) Install Python dependencies
shell: msys2 {0}
run: |
python3 -m pip install --upgrade pip
python3 -m pip install --break-system-packages --force-reinstall --upgrade pip
- name: (MSYS2) Install QMK CLI from source
shell: msys2 {0}