Closed wenyikuang closed 2 months ago
Another hit to fix the test_with_openstudio task:
related issue:
https://github.com/urbanopt/urbanopt-geojson-gem/issues/276
and related issue in openstudio side:
https://github.com/NREL/OpenStudio/issues/4870
And if this not work, comment out the require 'bundler' within the openstudio/extension.
require 'bundler'
CI is failing when we call rake openstudio:update_measures, which may be related to https://github.com/NREL/OpenStudio/issues/5215
rake openstudio:update_measures
Another hit to fix the test_with_openstudio task:
related issue:
https://github.com/urbanopt/urbanopt-geojson-gem/issues/276
and related issue in openstudio side:
https://github.com/NREL/OpenStudio/issues/4870
And if this not work, comment out the
require 'bundler'
within the openstudio/extension.