Skip to content

Commit 17d6542

Browse files
Update ci.yml
1 parent c8f3261 commit 17d6542

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,10 @@ jobs:
2929
echo "pytest.ini (may be absent):"
3030
cat pytest.ini || true
3131
32-
- name: Import sanity outside pytest
32+
- name: Import sanity outside pytest
3333
run: |
3434
python - <<'PY'
35-
import importlib, sys
36-
print("import gradio_demo:", importlib.util.find_spec("gradio_demo") is not None)
35+
print("sanity start")
3736
import gradio_demo as gd
3837
print("audit first line:", gd.audit("penguin on ice").splitlines()[0])
3938
from z3 import Solver, Bool, sat

0 commit comments

Comments
 (0)