ci: force python 3.12 for api schema check

This commit is contained in:
Kyle Robbertze 2025-03-12 23:24:53 +00:00
parent 3a8dcbce60
commit 62f78dc47b

View File

@ -27,7 +27,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: "3.x"
python-version: "3.12"
- uses: actions/cache@v4
with: