We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8caf72d commit 690949bCopy full SHA for 690949b
.github/workflows/ci.yml
@@ -76,7 +76,7 @@ jobs:
76
- uses: actions/checkout@v4
77
- uses: actions/setup-python@v5
78
with:
79
- python-version-file: .python-version-default
+ python-version: "3.12"
80
- uses: hynek/setup-cached-uv@v2
81
- run: uv pip install --system --upgrade coverage[toml]
82
- uses: actions/download-artifact@v4
0 commit comments