ci: fix creating venv
continuous-integration/drone/push Build was killed
Details
continuous-integration/drone/push Build was killed
Details
This commit is contained in:
parent
1f08e32191
commit
cb362e84c8
|
@ -10,7 +10,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- &path
|
- &path
|
||||||
export PATH="${DRONE_WORKSPACE}/.venv/bin:$$PATH"
|
export PATH="${DRONE_WORKSPACE}/.venv/bin:$$PATH"
|
||||||
- virtualenv .venv
|
- python -m venv .venv
|
||||||
- which pip
|
- which pip
|
||||||
- pip install black flake8 isort poetry
|
- pip install black flake8 isort poetry
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue