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:
|
||||
matrix:
|
||||
python:
|
||||
- 3.10.7
|
||||
- 3.12.7
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ github.head_ref }}
|
||||
- name: Install python version
|
||||
uses: gabrielfalcao/pyenv-action@v18
|
||||
with:
|
||||
default: "${{ matrix.python }}"
|
||||
command: pip install -U pip
|
||||
run: pyenv install "${{ matrix.python }}"
|
||||
- name: check python version
|
||||
run: python --version
|
Loading…
Reference in New Issue
Block a user