From 690949b8c2529fa98f221fadd332fada5a5a68e8 Mon Sep 17 00:00:00 2001 From: James Bennett Date: Wed, 25 Sep 2024 22:19:17 -0700 Subject: [PATCH] Explicitly specify Python version. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4c8d464..9ff1d99 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -76,7 +76,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: - python-version-file: .python-version-default + python-version: "3.12" - uses: hynek/setup-cached-uv@v2 - run: uv pip install --system --upgrade coverage[toml] - uses: actions/download-artifact@v4