From ea3bb737deda02e554e7a9f77e3367b16ebd7036 Mon Sep 17 00:00:00 2001 From: hathach Date: Thu, 9 May 2024 20:17:33 +0700 Subject: [PATCH] fix ci warning --- .github/workflows/githubci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/githubci.yml b/.github/workflows/githubci.yml index a31f84e8..7174e41a 100644 --- a/.github/workflows/githubci.yml +++ b/.github/workflows/githubci.yml @@ -66,6 +66,8 @@ jobs: steps: - name: Setup Python uses: actions/setup-python@v5 + with: + python-version: '3.x' - name: Checkout Code uses: actions/checkout@v4