Skip to content

Commit 8552717

Browse files
committed
fix: actually run examples in justfile
1 parent 082ca55 commit 8552717

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

justfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ benchmark:
148148
examples:
149149
@for ex in `ls examples/*.py`; do \
150150
echo "::group::Running ${ex}"; \
151+
{{ PYTHON }} ${ex}; \
151152
echo "::endgroup::"; \
152153
done
153154

0 commit comments

Comments
 (0)