1
0
mirror of https://github.com/mfontanini/presenterm.git synced 2026-09-01 23:33:21 -06:00

Merge 201196a08bd0e42d0bdcd63e3bc03716ad5f80e6 into 5f8add11a24af9d257fd18da48c8004dd9c516f8

This commit is contained in:
yujia21 2026-05-25 10:41:18 +08:00 committed by GitHub
commit a61c5ecd42
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -184,6 +184,10 @@ python:
filename: "snippet.py"
commands:
- ["uv", "run", "--script", "-q", "$pwd/snippet.py"]
pytest:
filename: "test_snippet.py"
commands:
- ["pytest", "$pwd/test_snippet.py"]
r:
filename: snippet.R
commands: