Skip to content
Snippets Groups Projects
Commit 0acfd6ca authored by Hans Fangohr's avatar Hans Fangohr
Browse files

fix line length

parent 6e18085a
No related branches found
No related tags found
1 merge request!64Toolchain becomes package set part2
Pipeline #371483 canceled
This commit is part of merge request !64. Comments created here will be created in the context of that merge request.
......@@ -239,7 +239,9 @@ def test_install_environment_zlib():
# "cp -r foss2021a-mpi fuss1999a", shell=True, capture_output=True
# )
# add zlib as a spec to global_generic
with open(package_set_src_dir / "global_generic" / "global_packages.list", "w") as f:
with open(
package_set_src_dir / "global_generic" / "global_packages.list", "w"
) as f:
f.write("zlib@1.2.13 \n")
# add zlib to whitelist of module creation file by replacing anaconda3%gcc@10.2.1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment