We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d189b9 commit 946454fCopy full SHA for 946454f
test/framework/containers.py
@@ -141,8 +141,8 @@ def test_end2end_singularity_recipe_config(self):
141
self.assertTrue(regex.search(txt), "Pattern '%s' found in: %s" % (regex.pattern, txt))
142
143
pip_patterns = [
144
- # EasyBuild is installed with pip by default
145
- "pip install easybuild",
+ # EasyBuild is installed with pip3 by default
+ "pip3 install easybuild",
146
]
147
post_commands_patterns = [
148
# easybuild user is added if it doesn't exist yet
0 commit comments