mirror of
https://github.com/MadsLorentzen/ai-job-search.git
synced 2026-09-17 00:26:26 +00:00
docs: prefer python3 in setup examples (#86)
This commit is contained in:
+1
-1
@@ -33,7 +33,7 @@ Reviews here are empirical. Bug reports are reproduced on master before the fix
|
||||
|
||||
- State the failing case and how to reproduce it.
|
||||
- Put CLI tests in `.agents/skills/<name>/cli/tests/` (bun test, network-free where possible); Python tool tests in `tests/`.
|
||||
- Run what CI runs: `python tools/lint_skills.py`, `bun run typecheck` in touched CLIs, and the relevant test suites.
|
||||
- Run what CI runs: `python3 tools/lint_skills.py` (or `python tools/lint_skills.py` if that is your Python 3 executable), `bun run typecheck` in touched CLIs, and the relevant test suites.
|
||||
|
||||
## Building for your own market? Do this instead
|
||||
|
||||
|
||||
Reference in New Issue
Block a user