mirror of
https://github.com/actions/python-versions.git
synced 2025-12-13 22:17:32 +00:00
Add skippublishercheck
This commit is contained in:
1
.github/workflows/build-python-packages.yml
vendored
1
.github/workflows/build-python-packages.yml
vendored
@@ -158,6 +158,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
|
Install-Module Pester -Force -Scope CurrentUser -SkipPublisherCheck
|
||||||
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 }}";
|
||||||
|
|||||||
Reference in New Issue
Block a user