Skip to content

Instantly share code, notes, and snippets.

@sh0rtcircuit
Last active October 13, 2021 07:45
steps:
- task: Cache@2
displayName: Use cached Anaconda environment
inputs:
key: 'conda | "$(Agent.OS)" | requirements.txt'
path: $(CONDA_ENV_DIR)
cacheHitVar: CONDA_CACHE_RESTORED
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment