mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 02:56:56 +08:00
UnitTesting/msys2: install system packages through 'pacboy'
This commit is contained in:
9
.github/workflows/UnitTesting.yml
vendored
9
.github/workflows/UnitTesting.yml
vendored
@@ -70,7 +70,11 @@ jobs:
|
||||
with:
|
||||
msystem: MINGW64
|
||||
update: true
|
||||
pacboy: python-pip:p
|
||||
pacboy: >-
|
||||
python-pip:p
|
||||
python-wheel:p
|
||||
python-coverage:p
|
||||
python-lxml:p
|
||||
|
||||
- name: 🐍 Setup Python ${{ matrix.python }}
|
||||
if: matrix.system != 'msys2'
|
||||
@@ -87,9 +91,6 @@ jobs:
|
||||
- name: 🔧 Install dependencies
|
||||
if: matrix.system == 'msys2'
|
||||
run: |
|
||||
pacman -S --noconfirm mingw64/mingw-w64-x86_64-python-wheel
|
||||
pacman -S --noconfirm mingw64/mingw-w64-x86_64-python-coverage
|
||||
pacman -S --noconfirm mingw64/mingw-w64-x86_64-python-lxml
|
||||
python -m pip install -U pip
|
||||
python -m pip install ${{ inputs.requirements }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user