diff options
| author | John J. Camilleri <john@digitalgrammars.com> | 2020-11-27 00:00:44 +0100 |
|---|---|---|
| committer | John J. Camilleri <john@digitalgrammars.com> | 2020-11-27 00:00:44 +0100 |
| commit | 169f2c786d6f518acb8c9c6eeff537177fe87885 (patch) | |
| tree | a2ec86820303af5f479c0b36faab6a8030092a25 /.github | |
| parent | 629a574dfa0142526582b2c2436c3d60c65799b8 (diff) | |
Install pip in msys2
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build-windows-package.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/build-windows-package.yml b/.github/workflows/build-windows-package.yml index 63e99b4ac..69d0bd7bd 100644 --- a/.github/workflows/build-windows-package.yml +++ b/.github/workflows/build-windows-package.yml @@ -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: | |
