This commit is contained in:
hoangvv 2025-01-09 17:01:40 +07:00
parent 05861594c9
commit 2da2aa8359

View File

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