From 27589e147016dd2dcf9175248c04d32dbc7148c8 Mon Sep 17 00:00:00 2001 From: bbhtt Date: Thu, 7 Nov 2024 14:04:54 +0530 Subject: [PATCH] ci: Set python-version --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c5665cc448..816059793c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,6 +15,9 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 + with: + python-version: '3.13' + cache: 'pip' - name: Install dependencies run: pip install --user ruff