Skip to content

Commit

Permalink
install aider
Browse files Browse the repository at this point in the history
  • Loading branch information
potatoqualitee committed Oct 28, 2024
1 parent ab38487 commit f82a48b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/appveyor.prep.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f82a48b

Please sign in to comment.