We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 082ca55 commit 8552717Copy full SHA for 8552717
1 file changed
justfile
@@ -148,6 +148,7 @@ benchmark:
148
examples:
149
@for ex in `ls examples/*.py`; do \
150
echo "::group::Running ${ex}"; \
151
+ {{ PYTHON }} ${ex}; \
152
echo "::endgroup::"; \
153
done
154
0 commit comments