Skip to content

Commit 173f1cc

Browse files
committed
fix: actual run needs crew
1 parent f03c49c commit 173f1cc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

_targets.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
covid_hosp_explore:
22
script: covid_hosp_explore.R
33
store: covid_hosp_explore
4-
use_crew: no
4+
use_crew: yes
55
flu_hosp_explore:
66
script: flu_hosp_explore.R
77
store: flu_hosp_explore
8-
use_crew: no
8+
use_crew: yes
99
flu_hosp_prod:
1010
script: flu_hosp_prod.R
1111
store: flu_hosp_prod
12-
use_crew: no
12+
use_crew: yes
1313
covid_hosp_prod:
1414
script: covid_hosp_prod.R
1515
store: covid_hosp_prod
16-
use_crew: no
16+
use_crew: yes

0 commit comments

Comments
 (0)