Skip to content

Commit 3c5303e

Browse files
committed
ci: Remove caikit import checks from CI
Branch: main Signed-off-by: Gabe Goodhart <[email protected]>
1 parent 1814684 commit 3c5303e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/lint-code.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,3 @@ jobs:
3737
run: tox -e fmt
3838
- name: Linting
3939
run: tox -e lint
40-
- name: Setup Graphviz # `graphviz/dot` is required for the import checker
41-
uses: ts-graphviz/setup-graphviz@v1
42-
- name: Enforce import rules
43-
run: tox -e imports

0 commit comments

Comments
 (0)