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

Temporary disable cache (#3335)

parent 6f272049
...@@ -24,14 +24,14 @@ stages: ...@@ -24,14 +24,14 @@ stages:
sudo ln -s /usr/bin/swig3.0 /usr/bin/swig sudo ln -s /usr/bin/swig3.0 /usr/bin/swig
displayName: Install apt packages displayName: Install apt packages
- task: Cache@2 # - task: Cache@2
inputs: # inputs:
key: 'python | "$(Agent.OS)" | dependencies/*.txt' # key: 'python | "$(Agent.OS)" | dependencies/*.txt'
restoreKeys: | # restoreKeys: |
python | "$(Agent.OS)" # python | "$(Agent.OS)"
python # python
path: $(PIP_CACHE_DIR) # path: $(PIP_CACHE_DIR)
displayName: Cache pip packages # displayName: Cache pip packages
- script: | - script: |
set -e set -e
...@@ -65,14 +65,14 @@ stages: ...@@ -65,14 +65,14 @@ stages:
sudo ln -s /usr/bin/swig3.0 /usr/bin/swig sudo ln -s /usr/bin/swig3.0 /usr/bin/swig
displayName: Install apt packages displayName: Install apt packages
- task: Cache@2 # - task: Cache@2
inputs: # inputs:
key: 'python | "$(Agent.OS)" | dependencies/*.txt' # key: 'python | "$(Agent.OS)" | dependencies/*.txt'
restoreKeys: | # restoreKeys: |
python | "$(Agent.OS)" # python | "$(Agent.OS)"
python # python
path: $(PIP_CACHE_DIR) # path: $(PIP_CACHE_DIR)
displayName: Cache pip packages # displayName: Cache pip packages
- script: | - script: |
set -e 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