From f82a48ba3697cf56acbadf3471b77d13c69a4649 Mon Sep 17 00:00:00 2001 From: Chrissy LeMaire Date: Mon, 28 Oct 2024 14:19:27 +0100 Subject: [PATCH] install aider --- tests/appveyor.prep.ps1 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/appveyor.prep.ps1 b/tests/appveyor.prep.ps1 index bd00f2e055..889ce81e81 100644 --- a/tests/appveyor.prep.ps1 +++ b/tests/appveyor.prep.ps1 @@ -49,6 +49,9 @@ if (-not(Test-Path 'C:\Users\appveyor\Documents\DbatoolsExport')) { New-Item -Path C:\Users\appveyor\Documents\DbatoolsExport -ItemType Directory | Out-Null } +Write-host -Object "appveyor.prep: Install aider" -ForegroundColor DarkGreen +pip install aider-chat +aider --help Write-Host -Object "appveyor.prep: Trust SQL Server Cert (now required)" -ForegroundColor DarkGreen Import-Module dbatools.library