Skip to content

Commit 3dea14f

Browse files
authored
[Bump] Bump version of hidet from 0.6.0 to 0.6.1 (#30)
Signed-off-by: Yaoyao Ding <[email protected]>
1 parent 776dacb commit 3dea14f

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

.github/workflows/tests.yaml

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
steps:
2121
- name: Checkout Repository
2222
uses: actions/checkout@v4
23+
with:
24+
fetch-depth: 0
2325

2426
- name: Check for changes in test-relevant directories
2527
id: changed-tests
@@ -28,7 +30,8 @@ jobs:
2830
files: |
2931
tests/**
3032
python/**
31-
base_sha: 'main'
33+
pyproject.toml
34+
base_sha: 'origin/main'
3235

3336
- name: Check for changes in examples
3437
id: changed-examples
@@ -37,7 +40,8 @@ jobs:
3740
files: |
3841
python/**
3942
examples/**
40-
base_sha: 'main'
43+
pyproject.toml
44+
base_sha: 'origin/main'
4145

4246
- name: Check for changes in docs
4347
id: changed-docs
@@ -46,7 +50,8 @@ jobs:
4650
files: |
4751
python/**
4852
docs/**
49-
base_sha: 'main'
53+
pyproject.toml
54+
base_sha: 'origin/main'
5055

5156
tests:
5257
needs: check-changes
@@ -63,6 +68,8 @@ jobs:
6368
steps:
6469
- name: Checkout Repository
6570
uses: actions/checkout@v4
71+
with:
72+
fetch-depth: 0
6673

6774
- name: Setup and Install Tilus
6875
id: setup-and-install
@@ -83,6 +90,8 @@ jobs:
8390
steps:
8491
- name: Checkout Repository
8592
uses: actions/checkout@v4
93+
with:
94+
fetch-depth: 0
8695

8796
- name: Setup and Install Tilus
8897
id: setup-and-install
@@ -105,6 +114,8 @@ jobs:
105114
steps:
106115
- name: Checkout Repository
107116
uses: actions/checkout@v4
117+
with:
118+
fetch-depth: 0
108119

109120
- name: Setup and Install Tilus
110121
id: setup-and-install

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ classifiers = [
2626
"Programming Language :: Python :: 3",
2727
]
2828
dependencies = [
29-
"hidet==0.6.0",
29+
"hidet==0.6.1",
3030
"torch",
3131
"tabulate",
3232
]

0 commit comments

Comments
 (0)