mirror of
https://github.com/ROCm/jax.git
synced 2025-04-15 19:36:06 +00:00
Update package indentation fix
This commit is contained in:
parent
38747a7a5d
commit
20b75ab82f
@ -74,9 +74,8 @@ class System(object):
|
||||
env = dict(os.environ)
|
||||
if self.pkgbin == "apt":
|
||||
env["DEBIAN_FRONTEND"] = "noninteractive"
|
||||
|
||||
# Update indexes.
|
||||
subprocess.check_call(["apt-get", "update"])
|
||||
# Update indexes.
|
||||
subprocess.check_call(["apt-get", "update"])
|
||||
|
||||
LOG.info("Running %r" % cmd)
|
||||
subprocess.check_call(cmd, env=env)
|
||||
|
Loading…
x
Reference in New Issue
Block a user