Skip to content

Commit

Permalink
Remove duplicated "install uv" step (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
facutuesca authored Dec 6, 2024
1 parent 3b6e76e commit 4312765
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions {{cookiecutter.project_slug}}/.github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,5 @@ jobs:
enable-cache: true
cache-dependency-glob: pyproject.toml

- name: install uv
run: >
curl --no-progress-meter --location --fail
--proto '=https' --tlsv1.2
"https://astral.sh/uv/install.sh"
| sh
- name: lint
run: make lint INSTALL_EXTRA=lint

0 comments on commit 4312765

Please sign in to comment.