From 05861594c94ab5e42cbec25cef8b5fa758c23aea Mon Sep 17 00:00:00 2001 From: hoangvv Date: Thu, 9 Jan 2025 16:58:46 +0700 Subject: [PATCH] update --- .github/workflows/build.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e43b805b1..e9acbd6fb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 \ No newline at end of file