Skip to content
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.

Commit

Permalink
hardcoded pester version
Browse files Browse the repository at this point in the history
  • Loading branch information
majkinetor authored Aug 18, 2020
1 parent e87d67c commit 7ef9ceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function git_4windows() {
function pester() {
"Installing pester"

inmo pester -Force #3.4.3
inmo pester -Force -MaximumVersion 4.10.1 #3.4.3
$version = gmo pester -ListAvailable | % { $_.Version.ToString() }
"Pester version: $version"
}
Expand Down

0 comments on commit 7ef9ceb

Please sign in to comment.