mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-11 20:12:58 +00:00
Unify docker usage in tests
This commit is contained in:
@@ -10,7 +10,7 @@ LOGGER = logging.getLogger(__name__)
|
||||
def test_julia(container: TrackedContainer) -> None:
|
||||
"""Basic julia test"""
|
||||
LOGGER.info("Test that julia is correctly installed ...")
|
||||
running_container = container.run(
|
||||
running_container = container.run_detached(
|
||||
tty=True,
|
||||
command=["start.sh", "bash", "-c", "sleep infinity"],
|
||||
)
|
||||
|
Reference in New Issue
Block a user