fabro/nodes/setup/script_invocation.json
Fabro fcc2e1aa27 checkpoint
⚒️ Generated with [Fabro](https://fabro.sh)
2026-03-16 07:58:06 -04:00

5 lines
No EOL
315 B
JSON

{
"command": "git clone https://github.com/astropy/astropy.git . && git checkout d16bfe05a744909de4b27f5875fe0d4ed41ce607 && sed -i 's/requires = \\[\"setuptools\",/requires = \\[\"setuptools==68.0.0\",/' pyproject.toml && python -m pip install -e .[test] --verbose",
"language": "shell",
"timeout_ms": null
}