Skip to content

Commit d287241

Browse files
ci: update uv task directives
1 parent ec7009d commit d287241

File tree

1 file changed

+2
-2
lines changed
  • {{cookiecutter.project_slug}}/taskfiles

1 file changed

+2
-2
lines changed

{{cookiecutter.project_slug}}/taskfiles/uv.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ tasks:
2525
install:
2626
desc: "Install project dependencies"
2727
cmds:
28-
- uv pip install -r pyproject.toml
28+
- uv pip install -r pyproject.toml --all-extras
2929
dir: "{{.ROOT_DIR}}"
3030

3131
lock:
@@ -60,5 +60,5 @@ tasks:
6060
summary: |
6161
Export the project dependencies to a requirements.txt file.
6262
cmds:
63-
- uv pip compile pyproject.toml -o {{.ROOT_DIR}}/requirements.txt
63+
- uv pip freeze > {{.ROOT_DIR}}/requirements.txt
6464
ignore_error: true

0 commit comments

Comments
 (0)