fix: create virtualenv
This commit is contained in:
parent
d7fe9332d6
commit
ff71e35da3
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ steps:
|
|||
integration_tests:
|
||||
image: python
|
||||
commands:
|
||||
- pip install virtualenv
|
||||
- pip install virtualenv && virtualenv venv
|
||||
- . venv/bin/activate && pip install -r requirements.txt
|
||||
- nohup ./target/debug/main --id 1 --http-addr 127.0.0.1:9001 --introducer-addr 127.0.0.1:9001 --introducer-id 1 --cluster-size 3 &
|
||||
- sleep 1
|
||||
|
|
Loading…
Reference in a new issue