Merge pull request #718 from altendky/update_pip_for_wheel_build
update pip for wheel build
This commit is contained in:
commit
7333d00fa0
|
@ -176,6 +176,10 @@ jobs:
|
|||
with:
|
||||
directories: ${{ steps.create-venv.outputs.activate-venv-directories }}
|
||||
|
||||
- name: Update pip
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
|
||||
- name: Copy out miniupnpc
|
||||
run: |
|
||||
cp -RLv cloned/miniupnpc source
|
||||
|
|
Loading…
Reference in New Issue