From 8f806c86cd191dfe2553e3e03019503daac61b57 Mon Sep 17 00:00:00 2001 From: "Billy K. Poon" Date: Fri, 3 Jan 2025 02:13:15 +0100 Subject: [PATCH] CI: stop caching mambaforge [skip ci] --- .azure-pipelines/templates/update-data-cache.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.azure-pipelines/templates/update-data-cache.yml b/.azure-pipelines/templates/update-data-cache.yml index 4ced0b3134..c3868cfb1d 100644 --- a/.azure-pipelines/templates/update-data-cache.yml +++ b/.azure-pipelines/templates/update-data-cache.yml @@ -3,7 +3,6 @@ # is required to prevent Azure Pipelines from deleting the .git directory. # when creating the artifact. # - miniforge -# - mambaforge # - chem_data # - geostd # - phenix_regression @@ -38,17 +37,6 @@ jobs: - publish: $(System.DefaultWorkingDirectory)/miniforge artifact: miniforge - # mambaforge - - script: | - mkdir -p $(System.DefaultWorkingDirectory)/mambaforge - cd $(System.DefaultWorkingDirectory)/mambaforge - wget https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-Linux-x86_64.sh - wget https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-MacOSX-x86_64.sh - displayName: Download mambaforge - - - publish: $(System.DefaultWorkingDirectory)/mambaforge - artifact: mambaforge - # chem_data - task: DownloadPipelineArtifact@2 inputs: