Need to skip test or setup where it fails gracefully. Currently CI doesn't have library or the token. Setup that in future, but for now just needs to not break other things.
lib/measures/window_enhancement/tests/test_window_enhancement.py:19: in <module>
from measure import WindowEnhancement
lib/measures/window_enhancement/measure.py:10: in <module>
from resources.EC3_lookup import fetch_epd_data
lib/measures/window_enhancement/resources/EC3_lookup.py:17: in <module>
raise FileNotFoundError(f"Config file not found: {config_path}. Please setup your EC3 token before attempting to run this measure.")
E FileNotFoundError: Config file not found: /Users/dgoldwas/Documents/github/nrel/openstudio-ee-gem/config.ini. Please setup your EC3 token before attempting to run this measure.```
Need to skip test or setup where it fails gracefully. Currently CI doesn't have library or the token. Setup that in future, but for now just needs to not break other things.