We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5667cd3 commit 9db7a75Copy full SHA for 9db7a75
1 file changed
.github/workflows/cli_test.yaml
@@ -16,5 +16,5 @@ jobs:
16
- name: Install the project
17
run: uv sync --all-extras --dev
18
- name: Generate example project
19
- run: python -m fastapi_forge start --use-example --no-ui --yes
+ run: uv run -m fastapi_forge start --use-example --no-ui --yes
20
0 commit comments