File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 5
5
# the repo. Unless a later match takes precedence,
6
6
# @global-owner1 and @global-owner2 will be requested for
7
7
# review when someone opens a pull request.
8
- * @ borda @ akihironitta @ carmocca @ awaelchli
8
+ * @ borda @ ethanwharris @ justusschock @ tchaton
9
9
10
10
# CI/CD and configs
11
- /.github / @ akihironitta @ borda
12
- * .yml @ akihironitta @ borda
11
+ /.github / @ borda @ ethanwharris @ justusschock @ tchaton
12
+ * .yml @ borda @ ethanwharris @ justusschock @ tchaton
13
13
14
14
# Docs
15
15
/docs / @ borda
19
19
/.github /CODEOWNERS @ borda
20
20
/setup.py @ borda
21
21
22
- /src @ borda @ carmocca @ awaelchli
23
- /tests /unittests @ borda @ carmocca @ awaelchli
22
+ /src @ borda @ ethanwharris @ justusschock @ tchaton
23
+ /tests /unittests @ borda @ ethanwharris @ justusschock @ tchaton
Original file line number Diff line number Diff line change 17
17
18
18
jobs :
19
19
markdown-link-check :
20
- runs-on : ubuntu-20 .04
20
+ runs-on : ubuntu-24 .04
21
21
env :
22
22
CONFIG_FILE : ${{ inputs.config-file }}
23
23
MODIFIED_ONLY : " no"
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ defaults:
20
20
21
21
jobs :
22
22
schema :
23
- runs-on : ubuntu-20 .04
23
+ runs-on : ubuntu-24 .04
24
24
steps :
25
25
- name : Checkout 🛎
26
26
uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ defaults:
30
30
31
31
jobs :
32
32
mypy :
33
- runs-on : ubuntu-20 .04
33
+ runs-on : ubuntu-24 .04
34
34
steps :
35
35
- name : Checkout 🛎️
36
36
uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ on: [push]
54
54
55
55
jobs :
56
56
pytest :
57
- runs-on : ubuntu-20 .04
57
+ runs-on : ubuntu-24 .04
58
58
steps :
59
59
- uses : actions/checkout@v3
60
60
- uses : actions/setup-python@v4
Original file line number Diff line number Diff line change 1
1
import time
2
2
3
- __version__ = "0.12 .0"
3
+ __version__ = "0.13 .0"
4
4
__author__ = "Lightning AI et al."
5
5
__author_email__ = "[email protected] "
6
6
__license__ = "Apache-2.0"
You can’t perform that action at this time.
0 commit comments