From 04fc57ce675c8eca4362b29b8d820e16f1187e1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20BRIOL?= Date: Tue, 5 Nov 2024 22:54:01 +0100 Subject: [PATCH] Replace conda PATH addition with directory listing in CI pipeline --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 67209b5..71e1076 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -113,8 +113,8 @@ jobs: displayName: Initialize the submodules - bash: echo "##vso[task.prependpath]$CONDA/bin" displayName: Add conda to PATH - - bash: echo "##vso[task.prependpath]$CONDA/bin" - displayName: Add conda to PATH + - bash: ls -l / && ls -l /usr/ && echo $CONDA && ls -l $CONDA && ls -l $CONDA/pkgs + displayName: List directories - bash: sudo chown -R 501:20 /usr/local/miniconda/pkgs displayName: Fix permissions - bash: conda create --yes --quiet --name Build