From 8d7c8ecadf118098b6f63f3fca2646710bd93330 Mon Sep 17 00:00:00 2001 From: Jinyuan Liu <32478279+bunnyxt@users.noreply.github.com> Date: Sat, 28 Oct 2023 12:09:34 -0700 Subject: [PATCH] ci: specify python version to 3.11 --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 09c7dd6..49869d1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,6 +27,8 @@ jobs: # Setup Python - name: Setup Python uses: actions/setup-python@v2.2.2 + with: + python-version: '3.11' # Pip install - name: Python Pip Install