ci: fix creating venv
continuous-integration/drone/push Build was killed Details

This commit is contained in:
Luca 2023-12-14 01:35:50 +01:00
parent 1f08e32191
commit cb362e84c8
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ steps:
commands:
- &path
export PATH="${DRONE_WORKSPACE}/.venv/bin:$$PATH"
- virtualenv .venv
- python -m venv .venv
- which pip
- pip install black flake8 isort poetry