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:
5
5
test_suites : {}
6
6
python_architecture : x64
7
7
8
+
8
9
jobs :
9
10
- job : ${{ parameters.job_name }}
10
11
29
30
architecture : ' ${{ parameters.python_architecture }}'
30
31
displayName : ' ${{ pyver }} - Install Python'
31
32
33
+ - task : Cache@2
34
+ inputs :
35
+ key : ' pipcache | "$(Agent.OS)" | ${{ pyver }}'
36
+ path : $(PIP_CACHE_DIR)
37
+ displayName : Cache pip downloaded packages
38
+
32
39
- script : |
33
40
python${{ pyver }} --version
34
41
echo "python${{ pyver }}" > PYTHON_EXECUTABLE
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ parameters:
5
5
test_suites : {}
6
6
python_architecture : x64
7
7
8
+
8
9
jobs :
9
10
- job : ${{ parameters.job_name }}
10
11
29
30
architecture : ' ${{ parameters.python_architecture }}'
30
31
displayName : ' ${{ pyver }} - Install Python'
31
32
33
+ - task : Cache@2
34
+ inputs :
35
+ key : ' pipcache | "$(Agent.OS)" | ${{ pyver }}'
36
+ path : $(PIP_CACHE_DIR)
37
+ displayName : Cache pip downloaded packages
38
+
32
39
- script : |
33
40
python --version
34
41
echo | set /p=python> PYTHON_EXECUTABLE
You can’t perform that action at this time.
0 commit comments