Skip to content

Commit

Permalink
CI: stop caching mambaforge
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
bkpoon committed Jan 3, 2025
1 parent 7ab2320 commit 8f806c8
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .azure-pipelines/templates/update-data-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 8f806c8

Please sign in to comment.