mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-10 11:32:57 +00:00
Fix style in tests
This commit is contained in:
@@ -9,7 +9,8 @@ def test_julia(container):
|
||||
"""Basic julia test"""
|
||||
LOGGER.info("Test that julia is correctly installed ...")
|
||||
running_container = container.run(
|
||||
tty=True, command=["start.sh", "bash", "-c", "sleep infinity"]
|
||||
tty=True,
|
||||
command=["start.sh", "bash", "-c", "sleep infinity"]
|
||||
)
|
||||
command = "julia --version"
|
||||
cmd = running_container.exec_run(command)
|
||||
|
Reference in New Issue
Block a user