Add pip install
This commit is contained in:
parent
efe2be53ed
commit
679011c89b
1 changed files with 3 additions and 1 deletions
|
|
@ -67,7 +67,9 @@ test-e2e:
|
||||||
- build-testnet
|
- build-testnet
|
||||||
script:
|
script:
|
||||||
- git clone https://gitlab.com/PBSA/tools-libs/peerplays-utils.git
|
- git clone https://gitlab.com/PBSA/tools-libs/peerplays-utils.git
|
||||||
- peerplays-utils/peerplays-qa-environment/e2e-tests/main.py --start all
|
- cd peerplays-utils/peerplays-qa-environment/e2e-tests/
|
||||||
|
- pip install -r
|
||||||
|
- ./main.py --start all
|
||||||
tags:
|
tags:
|
||||||
- builder
|
- builder
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue