Skip to content

Commit

Permalink
Go back to non-plugin API test on Mac GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
Myoldmopar committed Mar 15, 2024
1 parent 86a0068 commit 2472487
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ep_testing/tests/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,7 @@ def run(self, install_root: str, verbose: bool, kwargs: dict):
my_env["PATH"] = install_root + ";" + my_env["PATH"]
if self.os == OS.Mac:
# while it runs OK locally, for some reason on GHA, running a Plugin file from the Python API seg-faults
idf_to_run = os.path.join(install_root, 'ExampleFiles', 'PythonPluginCustomOutputVariable.idf')
# '1ZoneUncontrolled.idf')
idf_to_run = os.path.join(install_root, 'ExampleFiles', '1ZoneUncontrolled.idf')
else:
idf_to_run = os.path.join(install_root, 'ExampleFiles', 'PythonPluginCustomOutputVariable.idf')
my_check_call(self.verbose, [py, python_file_path, '-D', idf_to_run], env=my_env)
Expand Down

0 comments on commit 2472487

Please sign in to comment.