We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8059db2 commit b2c6cc1Copy full SHA for b2c6cc1
1 file changed
.github/workflows/check.yaml
@@ -12,7 +12,7 @@ jobs:
12
- name: "Set up Python"
13
uses: actions/setup-python@v5
14
with:
15
- python-version-file: "pyproject.toml"
+ python-version: "3.12"
16
- name: Install the project
17
run: uv sync --all-extras --dev
18
- name: Lint with Ruff
0 commit comments