Skip to content

Commit 811f1bc

Browse files
author
Mikhail Koliada
committed
install latest pester
1 parent 133a2c6 commit 811f1bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
147147
- name: Run tests
148148
run: |
149-
Install-Module Pester -Force -Scope CurrentUser -RequiredVersion 5.3.1
149+
Install-Module Pester -Force -Scope CurrentUser
150150
Import-Module Pester
151151
$pesterContainer = New-PesterContainer -Path './python-tests.ps1' -Data @{
152152
Version="${{ env.VERSION }}";

0 commit comments

Comments
 (0)