fabro/nodes/setup/script_invocation.json
Fabro b10a2ef934 checkpoint
⚒️ Generated with [Fabro](https://fabro.sh)
2026-03-16 08:02:27 -04:00

5 lines
No EOL
315 B
JSON

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