From 29b2ad978da9fa6b31119101194e5cccf6945f00 Mon Sep 17 00:00:00 2001 From: hoangvv Date: Thu, 9 Jan 2025 16:37:59 +0700 Subject: [PATCH] update --- .github/workflows/build.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 72b7fe524..3b38a1c62 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,16 +5,14 @@ on: jobs: build: runs-on: self-hosted - strategy: - matrix: - python-version: ["pypy3.10", "3.9", "3.10", "3.11", "3.12", "3.13"] steps: - uses: actions/checkout@v4 with: ref: ${{ github.head_ref }} - - name: Set up Python ${{ matrix.python-version }} + - name: Set up Python uses: actions/setup-python@v5 with: - python-version: ${{ matrix.python-version }} + python-version: '3.x' + architecture: 'x64' - name: check python version run: python --version \ No newline at end of file