install latest pester

This commit is contained in:
Mikhail Koliada 2022-01-21 13:26:46 +03:00
parent 133a2c6b96
commit 811f1bc41a

View File

@ -146,7 +146,7 @@ jobs:
- name: Run tests - name: Run tests
run: | run: |
Install-Module Pester -Force -Scope CurrentUser -RequiredVersion 5.3.1 Install-Module Pester -Force -Scope CurrentUser
Import-Module Pester Import-Module Pester
$pesterContainer = New-PesterContainer -Path './python-tests.ps1' -Data @{ $pesterContainer = New-PesterContainer -Path './python-tests.ps1' -Data @{
Version="${{ env.VERSION }}"; Version="${{ env.VERSION }}";