Skip to content

Commit 690949b

Browse files
committed
Explicitly specify Python version.
1 parent 8caf72d commit 690949b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
- uses: actions/checkout@v4
7777
- uses: actions/setup-python@v5
7878
with:
79-
python-version-file: .python-version-default
79+
python-version: "3.12"
8080
- uses: hynek/setup-cached-uv@v2
8181
- run: uv pip install --system --upgrade coverage[toml]
8282
- uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)