Skip to content

Commit 9796db2

Browse files
committed
chore(mise): remove venv-activate task
1 parent 3e8b7d8 commit 9796db2

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

mise.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,6 @@ run = [
4040
"ansible-galaxy role install --role-file requirements.yml --roles-path '{{ vars.ROLES_PATH }}'",
4141
]
4242

43-
[tasks.venv-activate]
44-
description = "Print the virtualenv activation command"
45-
run = "echo source '{{ vars.VENV_DIR }}/bin/activate'"
46-
quiet = true
47-
4843
[tasks.show-env]
4944
description = "Print information about the environment"
5045
run = [

0 commit comments

Comments
 (0)