mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-07 13:34:53 +03:00
Remove install python step since uv run install it
This commit is contained in:
parent
4b094c63c7
commit
46a4a9495a
4
.github/workflows/update-changelog.yml
vendored
4
.github/workflows/update-changelog.yml
vendored
|
@ -11,10 +11,6 @@ on:
|
||||||
uses: astral-sh/setup-uv@v2
|
uses: astral-sh/setup-uv@v2
|
||||||
with:
|
with:
|
||||||
enable-cache: "true"
|
enable-cache: "true"
|
||||||
- name: Set up Python
|
|
||||||
uses: actions/setup-python@v5
|
|
||||||
with:
|
|
||||||
python-version: "3.12"
|
|
||||||
- name: Set git details
|
- name: Set git details
|
||||||
run: |
|
run: |
|
||||||
git config --global user.name "github-actions"
|
git config --global user.name "github-actions"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user