Skip to content

Commit

Permalink
just use psgallery
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveL-MSFT committed Mar 2, 2024
1 parent 3748005 commit 34363d5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions powershellgroup/Tests/powershellgroup.resource.tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ Describe 'PowerShellGroup resource tests' {
BeforeAll {
$OldPSModulePath = $env:PSModulePath
$env:PSModulePath += [System.IO.Path]::PathSeparator + $PSScriptRoot
Register-PSRepository -Default
Install-Module -Name PSResourceGet
Install-Module -Name PSResourceGet -Repository PSGallery -Force
Install-PSResource -Name PSDesiredStateConfiguration -RequiredVersion 3.0.0 -Prerelease
Import-Module PSDesiredStateConfiguration -RequiredVersion 3.0.0
}
Expand Down

0 comments on commit 34363d5

Please sign in to comment.