Skip to content

Commit 4312765

Browse files
authored
Remove duplicated "install uv" step (#38)
1 parent 3b6e76e commit 4312765

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

  • {{cookiecutter.project_slug}}/.github/workflows

{{cookiecutter.project_slug}}/.github/workflows/lint.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,5 @@ jobs:
1818
enable-cache: true
1919
cache-dependency-glob: pyproject.toml
2020

21-
- name: install uv
22-
run: >
23-
curl --no-progress-meter --location --fail
24-
--proto '=https' --tlsv1.2
25-
"https://astral.sh/uv/install.sh"
26-
| sh
27-
2821
- name: lint
2922
run: make lint INSTALL_EXTRA=lint

0 commit comments

Comments
 (0)