File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ parameters:
55 test_suites : {}
66 python_architecture : x64
77
8+
89jobs :
910 - job : ${{ parameters.job_name }}
1011
2930 architecture : ' ${{ parameters.python_architecture }}'
3031 displayName : ' ${{ pyver }} - Install Python'
3132
33+ - task : Cache@2
34+ inputs :
35+ key : ' pipcache | "$(Agent.OS)" | ${{ pyver }}'
36+ path : $(PIP_CACHE_DIR)
37+ displayName : Cache pip downloaded packages
38+
3239 - script : |
3340 python${{ pyver }} --version
3441 echo "python${{ pyver }}" > PYTHON_EXECUTABLE
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ parameters:
55 test_suites : {}
66 python_architecture : x64
77
8+
89jobs :
910 - job : ${{ parameters.job_name }}
1011
2930 architecture : ' ${{ parameters.python_architecture }}'
3031 displayName : ' ${{ pyver }} - Install Python'
3132
33+ - task : Cache@2
34+ inputs :
35+ key : ' pipcache | "$(Agent.OS)" | ${{ pyver }}'
36+ path : $(PIP_CACHE_DIR)
37+ displayName : Cache pip downloaded packages
38+
3239 - script : |
3340 python --version
3441 echo | set /p=python> PYTHON_EXECUTABLE
You can’t perform that action at this time.
0 commit comments