Unverified Commit a0aa12f9 authored by Yuge Zhang's avatar Yuge Zhang Committed by GitHub
Browse files

[CI] Re-enable cache (#3346)

parent bd0eae1f
......@@ -24,14 +24,14 @@ stages:
sudo ln -s /usr/bin/swig3.0 /usr/bin/swig
displayName: Install apt packages
# - task: Cache@2
# inputs:
# key: 'python | "$(Agent.OS)" | dependencies/*.txt'
# restoreKeys: |
# python | "$(Agent.OS)"
# python
# path: $(PIP_CACHE_DIR)
# displayName: Cache pip packages
- task: Cache@2
inputs:
key: 'python | "$(Agent.OS)" | dependencies/*.txt'
restoreKeys: |
python | "$(Agent.OS)"
python
path: $(PIP_CACHE_DIR)
displayName: Cache pip packages
- script: |
set -e
......@@ -65,14 +65,14 @@ stages:
sudo ln -s /usr/bin/swig3.0 /usr/bin/swig
displayName: Install apt packages
# - task: Cache@2
# inputs:
# key: 'python | "$(Agent.OS)" | dependencies/*.txt'
# restoreKeys: |
# python | "$(Agent.OS)"
# python
# path: $(PIP_CACHE_DIR)
# displayName: Cache pip packages
- task: Cache@2
inputs:
key: 'python | "$(Agent.OS)" | dependencies/*.txt'
restoreKeys: |
python | "$(Agent.OS)"
python
path: $(PIP_CACHE_DIR)
displayName: Cache pip packages
- script: |
set -e
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment