From b42149bd55a7e826da94c199df4482f4e105a6c7 Mon Sep 17 00:00:00 2001 From: "Pavel Milanes (CO7WT)" Date: Fri, 13 Dec 2019 02:01:46 -0500 Subject: [PATCH] Refs #342, regresion, no pip3 in MSYS2 yet --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index b8f84d1..5381072 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -28,7 +28,7 @@ install: - git submodule update --init --recursive # python stuff - - pip3 install yamllint + - pip install yamllint # sudo stuff - ps: |