This commit is contained in:
hoangvv 2025-01-09 16:58:46 +07:00
parent bc881b071b
commit 05861594c9

View File

@ -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