From 62f78dc47bcae0fa0cd048934d6c5d447b193480 Mon Sep 17 00:00:00 2001 From: Kyle Robbertze Date: Wed, 12 Mar 2025 23:24:53 +0000 Subject: [PATCH] ci: force python 3.12 for api schema check --- .github/workflows/api-schema.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/api-schema.yml b/.github/workflows/api-schema.yml index d79f1fd7d..8145ae7a2 100644 --- a/.github/workflows/api-schema.yml +++ b/.github/workflows/api-schema.yml @@ -27,7 +27,7 @@ jobs: - uses: actions/setup-python@v5 with: - python-version: "3.x" + python-version: "3.12" - uses: actions/cache@v4 with: