From 7807a88dec8dbd9c510107d785b8a4260b84e25c Mon Sep 17 00:00:00 2001 From: Matt Wang Date: Fri, 7 Mar 2025 23:42:55 +0800 Subject: [PATCH] deps: assign python version in ci --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dae76878a3f..7776b25fcfc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,6 +9,10 @@ jobs: steps: - uses: actions/checkout@v4 + - uses: actions/setup-python@v5 + with: + python-version: "3.13" + - name: Install Dependencies run: sudo apt-get install gettext