From 5f8cf76252413a16e7e760d592a6bd04bd0a3c41 Mon Sep 17 00:00:00 2001 From: sancharigr Date: Tue, 5 Dec 2023 16:03:07 +0100 Subject: [PATCH] Fix graphviz error --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8b39c1d1c925..bb30d27384ab 100644 --- a/Makefile +++ b/Makefile @@ -135,7 +135,7 @@ prepare-tests-windows: # It will retry the installation 5 times if it fails # See: https://github.com/actions/virtual-environments/blob/main/images/win/scripts/ImageHelpers/ChocoHelpers.ps1 prepare-tests-windows-gha: - powershell -command "Choco-Install wget graphviz" + powershell -command "Install-ChocoPackage wget graphviz" test: clean # OMP_NUM_THREADS can improve overall performance using one thread by process (on tensorflow), avoiding overload