Skip to content

Instantly share code, notes, and snippets.

@sh0rtcircuit
Last active October 13, 2021 07:45
Show Gist options
  • Save sh0rtcircuit/f10fabe24a855f022d8f3f30c35d6f73 to your computer and use it in GitHub Desktop.
Save sh0rtcircuit/f10fabe24a855f022d8f3f30c35d6f73 to your computer and use it in GitHub Desktop.
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