fix: create virtualenv
ci/woodpecker/push/woodpecker Pipeline was successful Details
ci/woodpecker/pr/woodpecker Pipeline was successful Details
ci/woodpecker/pull_request_closed/woodpecker Pipeline was successful Details

This commit is contained in:
Aravinth Manivannan 2023-12-31 03:05:06 +05:30
parent d7fe9332d6
commit ff71e35da3
Signed by: realaravinth
GPG Key ID: F8F50389936984FF
1 changed files with 1 additions and 1 deletions

View File

@ -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