Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/tauri-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
# 3. `run` subcommand works with UI demos (json source)
# demo8 uses a private model? not sure
for i in ./src/demos/*.json
do if [[ $(basename $i) != "demo8.json" ]]; then pdl run $i; fi
do if [[ $(basename $i) != "demo8.json" ]] && [[ $(basename $i) != "demo9.json" ]]; then pdl run $i; fi
done

- name: Tear down xvfb
Expand Down
2 changes: 1 addition & 1 deletion examples/gsm8k/gsm8.pdl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#
#

description: Grade School Math example
description: Grade School Math
defs:
# The Grade School Math Dataset
ALL_TESTS:
Expand Down