From 5694fe7952b2f2e733dd669d707e64384e966811 Mon Sep 17 00:00:00 2001 From: Nikita Bykov Date: Sun, 18 Oct 2020 23:10:10 +0300 Subject: [PATCH] fixed tests for windows 2016 --- images/win/toolsets/toolset-2016.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/win/toolsets/toolset-2016.json b/images/win/toolsets/toolset-2016.json index 011366bf..197608e0 100644 --- a/images/win/toolsets/toolset-2016.json +++ b/images/win/toolsets/toolset-2016.json @@ -242,7 +242,7 @@ "pipx": [ { "package": "yamllint", - "cmd": "yamllint" + "cmd": "yamllint --version" } ] }