File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 4
4
"containerEnv" : {
5
5
"RECCE_CI_WORKFLOW_NAME" : " .github/workflows/recce_ci.yml" , // Path to the Recce CI workflow file
6
6
"DEPENDENCIES_FILE" : " requirements.txt" , // Path to the python dependencies file
7
- "POST_INSTALL_DEPENDENCIES_COMMAND" : " pip install gradio" // Command to install python dependencies
7
+ "POST_INSTALL_DEPENDENCIES_COMMAND" : " pip install gradio" , // Command to install python dependencies
8
+ "PRE_LAUNCH_RECCE_SERVER_COMMAND" : " cp .recce/recce-state-file/jaffle_shop.duckdb ."
8
9
},
9
10
"customizations" : {
10
11
"vscode" : {
Original file line number Diff line number Diff line change 57
57
id : recce-artifact-uploader
58
58
with :
59
59
name : recce-state-file
60
- path : recce_state.json
60
+ path : |
61
+ recce_state.json
62
+ jaffle_shop.duckdb
61
63
62
64
- name : Prepare Recce Summary
63
65
id : recce-summary
You can’t perform that action at this time.
0 commit comments