Remove skipcheck

This commit is contained in:
HarithaVattikuti
2024-06-11 10:06:32 -05:00
committed by GitHub
parent f43d622fc4
commit 606488bb40

View File

@@ -158,7 +158,6 @@ 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 }}";