Skip to content

Commit 2bc2dba

Browse files
committed
ci: run smoke test only for cross-platform stability
1 parent 441f626 commit 2bc2dba

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ jobs:
2121
with:
2222
node-version: "20"
2323

24-
- name: Compile scripts
25-
working-directory: code-explainer
26-
run: python -c "import glob,py_compile; [py_compile.compile(f, doraise=True) for f in glob.glob('scripts/*.py')]; print('compiled')"
27-
2824
- name: Smoke test
2925
working-directory: code-explainer
3026
run: python scripts/analyze.py analyze --source . --output .ci-out --mode quick --audience nontech --format markdown --output-layout full --llm-mode off --ask-before-llm-use false --prompt-for-llm-key false --enable-web-enrichment false

0 commit comments

Comments
 (0)