ci(debug): print PATH
continuous-integration/drone/push Build was killed
Details
continuous-integration/drone/push Build was killed
Details
This commit is contained in:
parent
61e88970d6
commit
c8885a525b
|
@ -15,6 +15,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- &path
|
- &path
|
||||||
export PATH="${DRONE_WORKSPACE}/.venv/bin:$$PATH"
|
export PATH="${DRONE_WORKSPACE}/.venv/bin:$$PATH"
|
||||||
|
- echo $$PATH
|
||||||
- which pip
|
- which pip
|
||||||
- pip install black flake8 isort poetry
|
- pip install black flake8 isort poetry
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue