Skip to content

Commit 8d33eff

Browse files
author
Vito Zanotelli
committed
Fix test refering to ../environment.yml
1 parent 77429f3 commit 8d33eff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/quarto/test/Snakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ rule renv_example_init:
112112

113113
rule restore_renv:
114114
conda:
115-
"../environment.yaml"
115+
"env/renv.yaml"
116116
input:
117117
rprofile="{renv_dir}.Rprofile",
118118
lock="{renv_dir}renv.lock",

0 commit comments

Comments
 (0)