Merge pull request #3423 from harfbuzz/revert-ci-msvc
Revert "[ci] Downgrade pip on MSVC jobs"
This commit is contained in:
commit
924dd71de3
|
@ -30,10 +30,9 @@ jobs:
|
||||||
- uses: ilammy/msvc-dev-cmd@v1
|
- uses: ilammy/msvc-dev-cmd@v1
|
||||||
with:
|
with:
|
||||||
arch : ${{ matrix.ARCH }}
|
arch : ${{ matrix.ARCH }}
|
||||||
# https://github.com/mesonbuild/meson/issues/9955#issuecomment-1030843844
|
- name: Upgrade pip
|
||||||
- name: Downgrade pip
|
|
||||||
run: |
|
run: |
|
||||||
python -m pip install -U pip==21.3.1
|
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