File tree Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ resources:
55
55
jobs :
56
56
- job : build_windows_cpp
57
57
pool :
58
- vmImage : ' windows-latest '
58
+ vmImage : ' windows-2019 '
59
59
steps :
60
60
- task : Cache@2
61
61
inputs :
89
89
90
90
- job : build_windows_fortran
91
91
pool :
92
- vmImage : ' windows-latest '
92
+ vmImage : ' windows-2019 '
93
93
steps :
94
94
- task : Cache@2
95
95
inputs :
@@ -123,7 +123,7 @@ jobs:
123
123
124
124
- job : build_windows_dpcpp
125
125
pool :
126
- vmImage : ' windows-latest '
126
+ vmImage : ' windows-2019 '
127
127
steps :
128
128
- task : Cache@2 # multiple paths per cache not supported yet. See https://github.com/microsoft/azure-pipelines-agent/pull/2834
129
129
inputs :
Original file line number Diff line number Diff line change @@ -9,22 +9,22 @@ exclude: LICENSES
9
9
10
10
repos :
11
11
- repo : https://github.com/ambv/black
12
- rev : 22.1 .0
12
+ rev : 22.3 .0
13
13
hooks :
14
14
- id : black
15
15
- repo : https://github.com/pre-commit/pre-commit-hooks
16
- rev : v4.1 .0
16
+ rev : v4.2 .0
17
17
hooks :
18
18
- id : trailing-whitespace
19
19
- id : end-of-file-fixer
20
20
- id : check-yaml
21
21
- id : check-added-large-files
22
22
- repo : https://gitlab.com/pycqa/flake8
23
- rev : 4.0.1
23
+ rev : 3.9.2
24
24
hooks :
25
25
- id : flake8
26
26
- repo : https://github.com/pycqa/doc8
27
- rev : 0.10 .1
27
+ rev : 0.11 .1
28
28
hooks :
29
29
- id : doc8
30
30
- repo : https://github.com/pycqa/isort
Original file line number Diff line number Diff line change 5
5
Components available for installation
6
6
=====================================
7
7
8
+ Data collection: |today |
9
+
8
10
Windows, Web installer
9
11
======================
10
12
You can’t perform that action at this time.
0 commit comments