Skip to content

Commit ab42db8

Browse files
authored
fix: skip test of pdl_stdlib in build dir (#1215)
Signed-off-by: Louis Mandel <[email protected]>
1 parent 9224e1c commit ab42db8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_examples_run.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ skip:
3838
- examples/requirements/gsm8k_short.pdl
3939
- examples/skeleton-of-thought/tips.pdl
4040
- examples/tutorial/sdk/lib.pdl
41-
- src/pdl/pdl_stdlib.pdl
41+
- build/lib/pdl/pdl_stdlib.pdl
42+
4243
with_inputs:
4344
examples/tutorial/programs/chatbot.pdl:
4445
stdin: |

0 commit comments

Comments
 (0)