File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,4 +15,5 @@ install_id
1515output
1616
1717# misc
18- .vscode
18+ .vscode
19+ lightbug_http /rustls **
Original file line number Diff line number Diff line change @@ -7,5 +7,4 @@ if [[ "${ENVIRONMENT}" == "--help" ]]; then
77 exit 0
88fi
99magic run template -m " ${ENVIRONMENT} "
10- rattler-build build -r src -c https://conda.modular.com/max -c conda-forge --skip-existing=all
11- rm recipes/recipe.yaml
10+ rattler-build build -r src -c https://conda.modular.com/max -c conda-forge --skip-existing=all
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ def main():
3737 config = tomllib .load (f )
3838
3939 recipe : str
40- with open ('recipes/template.yaml ' , 'r' ) as f :
40+ with open ('recipes/template.tmpl ' , 'r' ) as f :
4141 recipe = f .read ()
4242
4343 # Replace the placeholders in the recipe with the project configuration.
You can’t perform that action at this time.
0 commit comments