File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 7
7
jobs :
8
8
- job : linux_311
9
9
timeoutInMinutes : 180
10
- pool : {vmImage: 'Ubuntu-20 .04'}
10
+ pool : {vmImage: 'Ubuntu-22 .04'}
11
11
steps :
12
12
- task : UsePythonVersion@0
13
13
inputs :
@@ -16,18 +16,19 @@ jobs:
16
16
docker run --rm --privileged docker.io/tonistiigi/binfmt:latest --install all
17
17
python -m pip install dependency-groups
18
18
python -m dependency_groups test | xargs python -m pip install -e.
19
- python ./bin/run_tests.py
19
+ python ./bin/run_tests.py --num-processes 2
20
20
21
21
- job : macos_311
22
22
pool : {vmImage: 'macOS-13'}
23
+ timeoutInMinutes : 120
23
24
steps :
24
25
- task : UsePythonVersion@0
25
26
inputs :
26
27
versionSpec : ' 3.11'
27
28
- bash : |
28
29
python -m pip install dependency-groups
29
30
python -m dependency_groups test | xargs python -m pip install -e.
30
- python ./bin/run_tests.py --num-processes 2
31
+ python ./bin/run_tests.py --num-processes 3
31
32
32
33
- job : windows_311
33
34
pool : {vmImage: 'windows-2019'}
39
40
- bash : |
40
41
python -m pip install dependency-groups
41
42
python -m dependency_groups test | xargs python -m pip install -e.
42
- python ./bin/run_tests.py
43
+ python ./bin/run_tests.py --num-processes 2
You can’t perform that action at this time.
0 commit comments