This commit is contained in:
hoangvv 2025-01-09 17:41:33 +07:00
parent 353f8a853f
commit 28e4c235bb

View File

@ -14,7 +14,5 @@ jobs:
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- name: Install python version
run: /home/runner/.pyenv/bin/pyenv install ${{ matrix.python }}
- name: check python version
run: python --version