Skip to content

Commit

Permalink
Trying to fix weird docker error
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeByDrescher committed Sep 21, 2024
1 parent 113e744 commit c462c9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -835,7 +835,7 @@ def test_exec_sedml_docs_in_combine_archive_with_docker_image(self):
env = TestCore._get_combine_archive_exec_env()

exec_sedml_docs_in_archive_with_containerized_simulator(
archive_filename, out_dir, docker_image, environment=env, pull_docker_image=False)
archive_filename, out_dir, docker_image, environment=env, pull_docker_image=True)

self._assert_combine_archive_outputs(doc, out_dir)

Expand Down

0 comments on commit c462c9c

Please sign in to comment.