mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-23 12:30:41 +01:00
ci(devcontainer): fix usage of pip3
This commit is contained in:
parent
6050609f84
commit
3b2539e9a9
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user