We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bf3088 commit 1749f25Copy full SHA for 1749f25
tests/test_examples_run.py
@@ -37,7 +37,11 @@
37
# Requires installation dependencies
38
pathlib.Path("examples") / "intrinsics" / "demo-hallucination.pdl",
39
pathlib.Path("examples") / "tutorial" / "programs" / "demo-hallucination.pdl",
40
- pathlib.Path("pdl-live-react") / "src-tauri" / "tests" / "cli" / "code-python.pdl"
+ pathlib.Path("pdl-live-react")
41
+ / "src-tauri"
42
+ / "tests"
43
+ / "cli"
44
+ / "code-python.pdl",
45
# Skip RAG examples
46
pathlib.Path("examples") / "rag" / "pdf_index.pdl",
47
pathlib.Path("examples") / "rag" / "pdf_query.pdl",
0 commit comments