Remove use of strategy matric in PR workflows

This commit is contained in:
Carlos Felix 2024-12-10 15:07:04 -05:00 committed by Carlos Felix
commit 0b612fbade
6 changed files with 21 additions and 35 deletions

View file

@ -439,7 +439,6 @@ def full_run(ctx, use_cache):
if not use_cache:
ctx.invoke(data_cleanup)
ctx.invoke(census_data_download, zip_compress=False, use_cache=use_cache)
ctx.invoke(extract_data_sources, dataset=None, use_cache=use_cache)
ctx.invoke(etl_run, dataset=None, use_cache=use_cache)
ctx.invoke(full_post_etl)