Skip to content

Commit 9e8f906

Browse files
committed
Fix
1 parent c9a7f03 commit 9e8f906

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

{{cookiecutter.project_name|replace(" ", "")}}/Taskfile.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -167,10 +167,6 @@ tasks:
167167
update:
168168
desc: Update the project dev and runtime dependencies
169169
cmds:
170-
171-
sh: "{{ "{{" }}.RUN_SCRIPT{{ "}}" }} {{ "{{" }}.SCRIPTS_DIR{{ "}}" }}/get_platform.sh"
172-
173-
174170
# This currently assumes uv was installed via uv (locally); we will want to make it more flexible in the future
175171
- '{{ "{{" }}if ne .GITHUB_ACTIONS "true"{{ "}}" }}brew upgrade uv{{ "{{" }}end{{ "}}" }}'
176172
- pre-commit autoupdate --freeze --jobs 4

0 commit comments

Comments
 (0)