Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
FSL
conda
manifest-rules
Commits
21b6ef67
Commit
21b6ef67
authored
Aug 12, 2021
by
Paul McCarthy
🚵
Browse files
Merge branch 'bf/install-base' into 'master'
BF: is an f-string See merge request fsl/conda/manifest-rules!18
parents
335196c6
78f26edd
Changes
2
Show whitespace changes
Inline
Side-by-side
manifest_rules/__init__.py
View file @
21b6ef67
#!/usr/bin/env python
__version__
=
'0.4.
1
'
__version__
=
'0.4.
2
'
manifest_rules/test_environment.py
View file @
21b6ef67
...
...
@@ -88,7 +88,7 @@ def full_test(envfile, release_info):
env_out
=
''
else
:
env_out
=
sprun
(
f
'./fsl/bin/conda install -y '
'-n base fsl-base={basever}'
)
f
'-n base fsl-base=
{
basever
}
'
)
env_out
+=
sprun
(
f
'./fsl/bin/conda env update -n base -f
{
envfile
}
'
,
env
=
env
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment