Fix paths in venv
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Olivier 'reivilibre' 2021-07-28 19:47:25 +01:00
parent 4803daa832
commit 342a3b06be
1 changed files with 2 additions and 2 deletions

View File

@ -20,6 +20,6 @@ steps:
- cargo install --path yama - cargo install --path yama
- cargo install --path datman - cargo install --path datman
- python3.9 -m venv testsuite/.venv - python3.9 -m venv testsuite/.venv
- ./testsuite/.venv/pip install -e testsuite - ./testsuite/.venv/bin/pip install -e testsuite
- cd testsuite && ./.venv/green - cd testsuite && ./.venv/bin/green