venv-activate
1 parent 3e8b7d8 commit 9796db2Copy full SHA for 9796db2
1 file changed
mise.toml
@@ -40,11 +40,6 @@ run = [
40
"ansible-galaxy role install --role-file requirements.yml --roles-path '{{ vars.ROLES_PATH }}'",
41
]
42
43
-[tasks.venv-activate]
44
-description = "Print the virtualenv activation command"
45
-run = "echo source '{{ vars.VENV_DIR }}/bin/activate'"
46
-quiet = true
47
-
48
[tasks.show-env]
49
description = "Print information about the environment"
50
run = [
0 commit comments