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

@ -160,13 +160,15 @@ DATASET_LIST = [
"name": "census_acs",
"module_dir": "census_acs",
"class_name": "CensusACSETL",
"is_memory_intensive": False,
# Not memory intensive, but run at the end
"is_memory_intensive": True,
},
{
"name": "census_acs_2010",
"module_dir": "census_acs_2010",
"class_name": "CensusACS2010ETL",
"is_memory_intensive": False,
# Not memory intensive, but run at the end
"is_memory_intensive": True,
},
{
"name": "us_army_fuds",