Skip to content

Commit cc396a6

Browse files
Add skippublishercheck (#283)
1 parent 1693c7d commit cc396a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-python-packages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ jobs:
158158
159159
- name: Run tests
160160
run: |
161+
Install-Module Pester -Force -Scope CurrentUser -SkipPublisherCheck
161162
Import-Module Pester
162163
$pesterContainer = New-PesterContainer -Path './python-tests.ps1' -Data @{
163164
Version="${{ env.VERSION }}";

0 commit comments

Comments
 (0)