Skip to content

Commit fbe79e7

Browse files
committed
try if a different version works
1 parent 7c66062 commit fbe79e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

neurodocker/cli/tests/test_build_images_with_cli.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ def test_build_image_from_registered(
4747
"--pkg-manager",
4848
pkg_manager,
4949
"--jq",
50-
"version=1.6",
50+
"version=1.7",
5151
],
5252
)
5353
assert result.exit_code == 0, result.output
54-
assert "jq-1.6/jq-linux64" in result.output
54+
assert "jq-1.7/jq-linux64" in result.output
5555

5656
spec = "Dockerfile" if cmd == "docker" else "Singularity"
5757
(tmp_path / spec).write_text(result.output)

0 commit comments

Comments
 (0)