diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c85e121..283fda4 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -113,7 +113,7 @@ jobs: displayName: Initialize the submodules - bash: echo "##vso[task.prependpath]$CONDA/bin" displayName: Add conda to PATH - - bash: ls -l / && ls -l /usr/ && ls -l /opt && ls -l /usr/local + - bash: ls -l / && ls -l /usr/ && ls -l /opt && ls -lR /usr/local displayName: List directories - bash: sudo chown -R 501:20 /usr/local/miniconda/pkgs displayName: Fix permissions