mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-10-19 20:03:16 +00:00
Fix pip upgrade
This commit is contained in:
parent
b901b179d1
commit
b75e3412fb
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -28,7 +28,7 @@ jobs:
|
||||||
- name: Build
|
- name: Build
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
pip install -U pip
|
python -m pip install -U pip
|
||||||
pip install -r requirements.txt pytest
|
pip install -r requirements.txt pytest
|
||||||
make cython
|
make cython
|
||||||
pip install .
|
pip install .
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue