Skip to content

Commit f63e4a3

Browse files
committed
Use pipx
1 parent 198af63 commit f63e4a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
5959
- name: Install fypp (MSYS)
6060
if: contains(matrix.msystem, 'MSYS')
61-
run: pacman -S --noconfirm python-pip && pip install fypp
61+
run: pacman -S --noconfirm python-pipx && pipx install fypp
6262

6363
- name: Install fypp (MinGW)
6464
if: contains(matrix.msystem, 'MINGW')

0 commit comments

Comments
 (0)