From: Magnus Jacobsson Date: Sun, 2 Aug 2020 10:02:31 +0000 (+0200) Subject: Install diffutils in Windows CI X-Git-Tag: 2.46.0~20^2^2~145^2~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e0589ecac1fe13967ffd15ccf90e1052d048dc70;p=graphviz Install diffutils in Windows CI --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e5efd748e..93b16ec97 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -69,6 +69,7 @@ portable-source: - choco install --no-progress -y python3 - C:\ProgramData\chocolatey\tools\shimgen.exe -o=C:\Python38\python3.exe -p=C:\Python38\python.exe - choco install --no-progress -y grep + - choco install --no-progress -y diffutils - $Env:Path += ";C:\Python38" - $Env:Path += ";C:\Python38\Scripts" - pip install pytest