We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81063d4 commit 0f09396Copy full SHA for 0f09396
1 file changed
.github/workflows/test.yml
@@ -33,7 +33,7 @@ jobs:
33
- uses: actions/setup-python@v5
34
with:
35
python-version: "3.12"
36
- - run: python -m pip install cookiecutter pytest pyyaml toml
+ - run: python -m pip install cookiecutter pytest pyyaml toml uv
37
- run: pytest
38
39
lint-generated-project:
0 commit comments