From b64ae1628ce8f0aff8afcdd031ed918279def03f Mon Sep 17 00:00:00 2001 From: Thuandz Date: Fri, 9 Aug 2024 19:32:16 +0700 Subject: [PATCH] fix test on push --- .github/workflows/convert-model.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/convert-model.yml b/.github/workflows/convert-model.yml index 901ee29..88795e4 100644 --- a/.github/workflows/convert-model.yml +++ b/.github/workflows/convert-model.yml @@ -37,14 +37,14 @@ jobs: runs-on: windows-4090 steps: - name: Checkout - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@v4 # v4.1.7 with: submodules: recursive - name: Set up Python - uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1 + uses: actions/setup-python@v4 # v5.1.1 with: - python-version: '3.12.x' + python-version: '3.10' architecture: 'x64' - name: Cache Python packages