From 586ba4bfc8a4682dddb3ece96312bee6c1d2cef1 Mon Sep 17 00:00:00 2001 From: Jason Bissict Date: Tue, 30 Jan 2024 19:57:01 +0200 Subject: [PATCH] Install powershell module --- .github/workflows/test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b9025f14c..3e6be1591 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -156,6 +156,9 @@ jobs: poetry config virtualenvs.in-project true poetry cache clear --all pypi poetry install -E 'twisted web' + - name: Install Powershell Security Module + run: | + Import-Module Microsoft.PowerShell.Security - name: Integration Tests run: | $env:LIVE = 'True'