mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-11-09 05:51:02 +00:00
update pip version
This commit is contained in:
parent
e4bfdd3469
commit
e15703fc6d
1 changed files with 6 additions and 1 deletions
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
|
|
@ -26,10 +26,15 @@ jobs:
|
|||
allow-prereleases: true
|
||||
cache: "pip"
|
||||
|
||||
- name: Prepare
|
||||
shell: bash
|
||||
run: |
|
||||
pip install -U pip
|
||||
pip install -r requirements.txt pytest
|
||||
|
||||
- name: Build
|
||||
shell: bash
|
||||
run: |
|
||||
pip install -r requirements.txt pytest
|
||||
make cython
|
||||
pip install .
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue