File tree 4 files changed +77
-76
lines changed
4 files changed +77
-76
lines changed Original file line number Diff line number Diff line change @@ -12,25 +12,25 @@ jobs:
12
12
matrix :
13
13
apps :
14
14
- repo : " OpenMined/DatasetLoader@main"
15
- timeout : " 10s "
15
+ timeout : " 15s "
16
16
- repo : " OpenMined/cpu_tracker_member@main"
17
- timeout : " 10s "
17
+ timeout : " 15s "
18
18
- repo : " OpenMined/logged_in@main"
19
- timeout : " 10s "
19
+ timeout : " 15s "
20
20
- repo : " OpenMined/inbox@main"
21
- timeout : " 10s "
21
+ timeout : " 15s "
22
22
- repo : " OpenMined/ring@main"
23
- timeout : " 30s "
23
+ timeout : " 15s "
24
24
- repo : " OpenMined/basic_aggregator@main"
25
- timeout : " 60s "
25
+ timeout : " 15s "
26
26
- repo : " OpenMined/fl_client@main"
27
- timeout : " 90s "
27
+ timeout : " 15s "
28
28
- repo : " OpenMined/fl_aggregator@main"
29
- timeout : " 90s "
29
+ timeout : " 15s "
30
30
- repo : " OpenMined/pretrained_model_aggregator@main"
31
- timeout : " 90s "
31
+ timeout : " 60s "
32
32
- repo : " OpenMined/pretrained_model_local@main"
33
- timeout : " 90s "
33
+ timeout : " 60s "
34
34
python-version : ["3.9", "3.12"]
35
35
os : [ubuntu-latest, macos-latest]
36
36
fail-fast : false
Original file line number Diff line number Diff line change 67
67
max-parallel : 99
68
68
matrix :
69
69
e2e-test : [
70
+ " ring" ,
70
71
" basic_aggregator" ,
71
72
" model_aggregator" ,
72
73
" aggregator_with_local_training" ,
Original file line number Diff line number Diff line change @@ -22,15 +22,15 @@ dependencies = [
22
22
" croniter==6.0.0" ,
23
23
" typer==0.15.2" ,
24
24
" pid==3.0.4" ,
25
- " pydantic[email]==2.11.2 " ,
25
+ " pydantic[email]==2.11.3 " ,
26
26
" pyjwt==2.10.1" ,
27
27
" wcmatch==10.0" ,
28
- " curl-cffi>=0.7.4 " ,
29
- " opentelemetry-instrumentation-fastapi==0.50b0 " ,
30
- " opentelemetry-instrumentation-sqlite3==0.50b0 " ,
31
- " opentelemetry-exporter-otlp-proto-grpc==1.29.0 " ,
28
+ " curl-cffi==0.10.0 " ,
29
+ " opentelemetry-instrumentation-fastapi==0.52b1 " ,
30
+ " opentelemetry-instrumentation-sqlite3==0.52b1 " ,
31
+ " opentelemetry-exporter-otlp-proto-grpc==1.31.1 " ,
32
32
" distro==1.9.0" ,
33
- " textual> =1.0.0" ,
33
+ " textual= =1.0.0" ,
34
34
" msgpack>=1.1.0" ,
35
35
" tqdm>=4.67.1" ,
36
36
" aiofiles>=24.1.0" ,
@@ -71,7 +71,7 @@ dev-dependencies = [
71
71
" pytest-timeout>=2.3.1" ,
72
72
" pytest-xdist[psutil]>=3.6.1" ,
73
73
" pytest>=8.3.3" ,
74
- " textual-dev> =1.7.0" ,
74
+ " textual-dev= =1.7.0" ,
75
75
]
76
76
77
77
[tool .pytest .ini_options ]
You can’t perform that action at this time.
0 commit comments