Add skippublishercheck (#283)

This commit is contained in:
HarithaVattikuti
2024-06-10 09:35:28 -05:00
committed by GitHub
parent 1693c7defb
commit cc396a6be6

View File

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