Last active
October 13, 2021 07:45
-
-
Save sh0rtcircuit/f10fabe24a855f022d8f3f30c35d6f73 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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