This commit is contained in:
hoangvv 2025-01-09 17:03:01 +07:00
parent 2da2aa8359
commit 353f8a853f

View File

@ -15,6 +15,6 @@ jobs:
with:
ref: ${{ github.head_ref }}
- name: Install python version
run: /home/runner/.pyenv/bin/pyenv install "${{ matrix.python }}"
run: /home/runner/.pyenv/bin/pyenv install ${{ matrix.python }}
- name: check python version
run: python --version