jwst-plotter/.nova/Tasks/Run.json

14 lines
247 B
JSON
Raw Normal View History

2021-12-31 09:48:56 +00:00
{
"actions" : {
"build" : {
"enabled" : true,
"script" : "poetry install"
},
"run" : {
"enabled" : true,
2021-12-31 11:06:54 +00:00
"script" : "poetry run .\/load.py"
2021-12-31 09:48:56 +00:00
}
},
"identifier" : "CDE93FB8-3A2B-475E-8051-FE15A8890631"
}