File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1919 - name : Install project dependencies with pixi
2020 run : pixi install
2121
22+ - name : Run project install tasks (pip + R)
23+ run : pixi run install_all
24+
2225 - name : Build site / render with quarto via pixi
2326 run : pixi run quarto render
Original file line number Diff line number Diff line change @@ -20,5 +20,6 @@ r-spData = "*"
2020
2121[tasks ]
2222simple = " echo This is a simple task"
23- install_r = { cmd =" Rscript install.R" }
24- install_py = { cmd = " python3 -m pip install --user -r requirements.txt" }
23+ install_r = { cmd =" Rscript install.R" }
24+ install_py = { cmd = " python3 -m pip install --user -r requirements.txt" }
25+ install_all = { cmd = " python3 -m pip install --user -r requirements.txt && Rscript install.R" }
You can’t perform that action at this time.
0 commit comments