diff --git a/.github/workflows/python-builder.yml b/.github/workflows/python-builder.yml index a111f4a..fbd004b 100644 --- a/.github/workflows/python-builder.yml +++ b/.github/workflows/python-builder.yml @@ -146,7 +146,7 @@ jobs: - name: Run tests run: | - Install-Module Pester -Force -Scope CurrentUser -RequiredVersion 5.3.1 + Install-Module Pester -Force -Scope CurrentUser Import-Module Pester $pesterContainer = New-PesterContainer -Path './python-tests.ps1' -Data @{ Version="${{ env.VERSION }}";