Skip to content

Commit 10f18dc

Browse files
committed
refactor(task): remove unused install function from task script
1 parent 6377fdf commit 10f18dc

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

task

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,6 @@ function lint() {
5757
pre-commit run --all-files --show-diff-on-failure --color=always
5858
}
5959

60-
function install() {
61-
echo "Setup venv and install OCA maintainer tools"
62-
uv venv env
63-
source env/bin/activate
64-
uv pip install git+https://github.com/OCA/maintainer-tools
65-
}
66-
6760
build() {
6861
source env/bin/activate
6962

0 commit comments

Comments
 (0)