ci(devcontainer): fix usage of pip3

This commit is contained in:
Denis Gukov 2024-10-11 16:06:12 +00:00
parent 6050609f84
commit 3b2539e9a9

View File

@ -4,9 +4,7 @@ go install github.com/go-task/task/v3/cmd/task@latest
python3 -m venv .venv
source .venv/bin/activate
pip3 install ansible
./.venv/bin/pip3 install ansible
task build