ci: let shell substitute DRONE_WORKSPACE
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
c8885a525b
commit
f132adcec4
|
@ -14,7 +14,7 @@ steps:
|
||||||
image: python:3.11-alpine
|
image: python:3.11-alpine
|
||||||
commands:
|
commands:
|
||||||
- &path
|
- &path
|
||||||
export PATH="${DRONE_WORKSPACE}/.venv/bin:$$PATH"
|
export PATH="$$DRONE_WORKSPACE/.venv/bin:$$PATH"
|
||||||
- echo $$PATH
|
- echo $$PATH
|
||||||
- which pip
|
- which pip
|
||||||
- pip install black flake8 isort poetry
|
- pip install black flake8 isort poetry
|
||||||
|
|
Loading…
Reference in New Issue