We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8f3261 commit 17d6542Copy full SHA for 17d6542
.github/workflows/ci.yml
@@ -29,11 +29,10 @@ jobs:
29
echo "pytest.ini (may be absent):"
30
cat pytest.ini || true
31
32
- - name: Import sanity outside pytest
+ - name: Import sanity outside pytest
33
run: |
34
python - <<'PY'
35
- import importlib, sys
36
- print("import gradio_demo:", importlib.util.find_spec("gradio_demo") is not None)
+ print("sanity start")
37
import gradio_demo as gd
38
print("audit first line:", gd.audit("penguin on ice").splitlines()[0])
39
from z3 import Solver, Bool, sat
0 commit comments