Fix paths in venv
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
4803daa832
commit
342a3b06be
|
@ -20,6 +20,6 @@ steps:
|
|||
- cargo install --path yama
|
||||
- cargo install --path datman
|
||||
- python3.9 -m venv testsuite/.venv
|
||||
- ./testsuite/.venv/pip install -e testsuite
|
||||
- cd testsuite && ./.venv/green
|
||||
- ./testsuite/.venv/bin/pip install -e testsuite
|
||||
- cd testsuite && ./.venv/bin/green
|
||||
|
||||
|
|
Loading…
Reference in New Issue