mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 17:59:52 +00:00
ci: Update action versions. (#507)
This commit is contained in:
parent
500a238028
commit
63837a44d8
2 changed files with 6 additions and 7 deletions
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
|
|
@ -10,17 +10,17 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-20.04, windows-2022, macos-10.15]
|
||||
py: ["3.10", "3.9", "3.8", "3.7", "3.6"]
|
||||
py: ["3.11-dev", "3.10", "3.9", "3.8", "3.7", "3.6"]
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
name: Run test with Python ${{ matrix.py }} on ${{ matrix.os }}
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v2
|
||||
uses: actions/setup-python@v3
|
||||
with:
|
||||
python-version: ${{ matrix.py }}
|
||||
cache: "pip"
|
||||
|
|
@ -28,7 +28,6 @@ jobs:
|
|||
- name: Build
|
||||
shell: bash
|
||||
run: |
|
||||
python -m pip install -U pip
|
||||
pip install -r requirements.txt pytest
|
||||
make cython
|
||||
pip install .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue