[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
|
||||
with:
|
||||
arch : ${{ matrix.ARCH }}
|
||||
- name: Upgrade pip
|
||||
run: |
|
||||
python -m pip install -U pip
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
pip install --upgrade meson ninja fonttools
|
||||
|
|
Loading…
Reference in New Issue