diff --git a/azure-pipelines.yml b/azure-pipelines.yml index fcfac9b..3a385c9 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -9,6 +9,12 @@ pool: container: 'ubuntu:18.04' steps: +- script: printenv + displayName: 'Print environment' + +- script: whoami + displayName: 'Print user' + - script: apt-get install python3-dev vim displayName: 'Install vim'