Skip to content

Commit 946454f

Browse files
authored
Update containers.py
1 parent 1d189b9 commit 946454f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/framework/containers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@ def test_end2end_singularity_recipe_config(self):
141141
self.assertTrue(regex.search(txt), "Pattern '%s' found in: %s" % (regex.pattern, txt))
142142

143143
pip_patterns = [
144-
# EasyBuild is installed with pip by default
145-
"pip install easybuild",
144+
# EasyBuild is installed with pip3 by default
145+
"pip3 install easybuild",
146146
]
147147
post_commands_patterns = [
148148
# easybuild user is added if it doesn't exist yet

0 commit comments

Comments
 (0)