File tree Expand file tree Collapse file tree 2 files changed +15
-4
lines changed Expand file tree Collapse file tree 2 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 20
20
steps :
21
21
- name : Checkout Repository
22
22
uses : actions/checkout@v4
23
+ with :
24
+ fetch-depth : 0
23
25
24
26
- name : Check for changes in test-relevant directories
25
27
id : changed-tests
28
30
files : |
29
31
tests/**
30
32
python/**
31
- base_sha : ' main'
33
+ pyproject.toml
34
+ base_sha : ' origin/main'
32
35
33
36
- name : Check for changes in examples
34
37
id : changed-examples
37
40
files : |
38
41
python/**
39
42
examples/**
40
- base_sha : ' main'
43
+ pyproject.toml
44
+ base_sha : ' origin/main'
41
45
42
46
- name : Check for changes in docs
43
47
id : changed-docs
46
50
files : |
47
51
python/**
48
52
docs/**
49
- base_sha : ' main'
53
+ pyproject.toml
54
+ base_sha : ' origin/main'
50
55
51
56
tests :
52
57
needs : check-changes
63
68
steps :
64
69
- name : Checkout Repository
65
70
uses : actions/checkout@v4
71
+ with :
72
+ fetch-depth : 0
66
73
67
74
- name : Setup and Install Tilus
68
75
id : setup-and-install
83
90
steps :
84
91
- name : Checkout Repository
85
92
uses : actions/checkout@v4
93
+ with :
94
+ fetch-depth : 0
86
95
87
96
- name : Setup and Install Tilus
88
97
id : setup-and-install
@@ -105,6 +114,8 @@ jobs:
105
114
steps :
106
115
- name : Checkout Repository
107
116
uses : actions/checkout@v4
117
+ with :
118
+ fetch-depth : 0
108
119
109
120
- name : Setup and Install Tilus
110
121
id : setup-and-install
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ classifiers = [
26
26
" Programming Language :: Python :: 3" ,
27
27
]
28
28
dependencies = [
29
- " hidet==0.6.0 " ,
29
+ " hidet==0.6.1 " ,
30
30
" torch" ,
31
31
" tabulate" ,
32
32
]
You can’t perform that action at this time.
0 commit comments