[ci] Upgrade pip on MSVC job
To avoid bad pre-installed version.
This commit is contained in:
parent
02a737e532
commit
e045dbf617
|
@ -30,6 +30,9 @@ jobs:
|
||||||
- uses: ilammy/msvc-dev-cmd@v1
|
- uses: ilammy/msvc-dev-cmd@v1
|
||||||
with:
|
with:
|
||||||
arch : ${{ matrix.ARCH }}
|
arch : ${{ matrix.ARCH }}
|
||||||
|
- name: Upgrade pip
|
||||||
|
run: |
|
||||||
|
python -m pip install -U pip
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: |
|
run: |
|
||||||
pip install --upgrade meson ninja fonttools
|
pip install --upgrade meson ninja fonttools
|
||||||
|
|
Loading…
Reference in New Issue