We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2c6cc1 commit c43531aCopy full SHA for c43531a
1 file changed
.github/workflows/cli_test.yaml
@@ -26,7 +26,7 @@ jobs:
26
- name: "Set up Python"
27
uses: actions/setup-python@v5
28
with:
29
- python-version-file: "pyproject.toml"
+ python-version: "3.12"
30
- name: Install the project
31
run: uv sync --all-extras --dev
32
- name: Generate example project
0 commit comments