Skip to content
Snippets Groups Projects
Commit c2848a8e authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[scripts.ci] Fix syntax

parent 69dd48c2
No related branches found
No related tags found
1 merge request!122Prepare bob.devtools for .conda package support (c.f. issue #41)
......@@ -510,8 +510,8 @@ def test(ctx, dry_run):
ctx.invoke(
test,
package=glob.glob(base_path + "*.conda")) + \
glob.glob(base_path + "*.tar.bz2"))
package=glob.glob(base_path + "*.conda") + \
glob.glob(base_path + "*.tar.bz2"),
condarc=condarc,
config=variants_file,
append_file=append_file,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment