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: