Skip to content

Commit 0f09396

Browse files
committed
INstall uv for tests
1 parent 81063d4 commit 0f09396

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- uses: actions/setup-python@v5
3434
with:
3535
python-version: "3.12"
36-
- run: python -m pip install cookiecutter pytest pyyaml toml
36+
- run: python -m pip install cookiecutter pytest pyyaml toml uv
3737
- run: pytest
3838

3939
lint-generated-project:

0 commit comments

Comments
 (0)