List dependencies in consistent order.
This commit is contained in:
parent
3b8a6cffcb
commit
8f4b783e1e
1 changed files with 1 additions and 1 deletions
|
|
@ -7,4 +7,4 @@ import eris.tools
|
||||||
|
|
||||||
|
|
||||||
subprocess.run(["sudo", "apt-get", "-y", "install"] +
|
subprocess.run(["sudo", "apt-get", "-y", "install"] +
|
||||||
list(eris.tools.dependencies()), check=True)
|
sorted(eris.tools.dependencies()), check=True)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue