Install pip in msys2

This commit is contained in:
John J. Camilleri
2020-11-27 00:00:44 +01:00
parent 629a574dfa
commit 169f2c786d

View File

@@ -23,6 +23,7 @@ jobs:
install: >-
base-devel
gcc
python-pip
- name: Prepare dist folder
shell: msys2 {0}
@@ -59,15 +60,12 @@ jobs:
- name: Install Python build tools
shell: msys2 {0}
env:
MSYS2_PATH_TYPE: inherit
run: |
pip install python-dev-tools
- name: Build Python bindings
shell: msys2 {0}
env:
MSYS2_PATH_TYPE: inherit
EXTRA_INCLUDE_DIRS: /mingw64/include
EXTRA_LIB_DIRS: /mingw64/lib
run: |