We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75ea49a commit 7cea647Copy full SHA for 7cea647
deploy.json
@@ -208,6 +208,20 @@
208
},
209
210
"// acquisition - covid_hosp",
211
+ {
212
+ "type": "move",
213
+ "src": "src/acquisition/covid_hosp/common/",
214
+ "dst": "[[package]]/acquisition/covid_hosp/common/",
215
+ "match": "^.*\\.(py)$",
216
+ "add-header-comment": true
217
+ },
218
219
220
+ "src": "src/acquisition/covid_hosp/facility/",
221
+ "dst": "[[package]]/acquisition/covid_hosp/facility/",
222
223
224
225
{
226
"type": "move",
227
"src": "src/acquisition/covid_hosp/state_timeseries/",
0 commit comments