Update build-python-packages.yml

This commit is contained in:
aparnajyothi-y
2024-07-03 18:30:58 +05:30
committed by GitHub
parent 68a23eab06
commit 6a2449a067

View File

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