ci: let shell substitute DRONE_WORKSPACE
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Luca 2023-12-14 01:51:01 +01:00
parent c8885a525b
commit f132adcec4
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ steps:
image: python:3.11-alpine
commands:
- &path
export PATH="${DRONE_WORKSPACE}/.venv/bin:$$PATH"
export PATH="$$DRONE_WORKSPACE/.venv/bin:$$PATH"
- echo $$PATH
- which pip
- pip install black flake8 isort poetry