Skip to content

Commit

Permalink
Fix test_cli_win test matrix (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr authored Feb 1, 2025
1 parent 75dcb0e commit f2b8522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cli_setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit f2b8522

Please sign in to comment.