update
This commit is contained in:
parent
bc881b071b
commit
05861594c9
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -8,15 +8,13 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
python:
|
python:
|
||||||
|
- 3.10.7
|
||||||
- 3.12.7
|
- 3.12.7
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
ref: ${{ github.head_ref }}
|
ref: ${{ github.head_ref }}
|
||||||
- name: Install python version
|
- name: Install python version
|
||||||
uses: gabrielfalcao/pyenv-action@v18
|
run: pyenv install "${{ matrix.python }}"
|
||||||
with:
|
|
||||||
default: "${{ matrix.python }}"
|
|
||||||
command: pip install -U pip
|
|
||||||
- name: check python version
|
- name: check python version
|
||||||
run: python --version
|
run: python --version
|
Loading…
Reference in New Issue
Block a user