File tree Expand file tree Collapse file tree 4 files changed +20
-0
lines changed Expand file tree Collapse file tree 4 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 26
26
python-version : " 3.11"
27
27
activate-environment : true
28
28
enable-cache : true
29
+ - name : Check lock
30
+ id : check-lock
31
+ run : |
32
+ uv lock --check
29
33
- run : |
30
34
bash ./tests/run_code_style.sh install
31
35
bash ./tests/run_code_style.sh fmt
Original file line number Diff line number Diff line change 83
83
activate-environment : true
84
84
enable-cache : true
85
85
86
+ - name : Check lock
87
+ id : check-lock
88
+ run : |
89
+ uv lock --check
90
+
86
91
- run : sudo npm install katex -g
87
92
# - uses: actions/cache@v4
88
93
# with:
Original file line number Diff line number Diff line change 59
59
activate-environment : true
60
60
enable-cache : true
61
61
62
+ - name : Check lock
63
+ id : check-lock
64
+ run : |
65
+ uv lock --check
66
+
62
67
- name : Install dependencies
63
68
shell : bash -l {0}
64
69
run : |
Original file line number Diff line number Diff line change @@ -36,13 +36,19 @@ jobs:
36
36
37
37
steps :
38
38
- uses : actions/checkout@v4
39
+
39
40
- name : Set up Python 3.10
40
41
uses : astral-sh/setup-uv@v6
41
42
with :
42
43
python-version : " 3.10"
43
44
activate-environment : true
44
45
enable-cache : true
45
46
47
+ - name : Check lock
48
+ id : check-lock
49
+ run : |
50
+ uv lock --check
51
+
46
52
- name : Get year & week number
47
53
id : get-date
48
54
shell : bash -l {0}
You can’t perform that action at this time.
0 commit comments