From 5af46fa1eb3d8aa3065d9bcd987e96e19f22785f Mon Sep 17 00:00:00 2001 From: Aparna Jyothi Date: Fri, 1 Mar 2024 18:13:51 +0530 Subject: [PATCH] error fix --- .github/workflows/common_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/common_tests.yml b/.github/workflows/common_tests.yml index 92568ac..e38bb6c 100644 --- a/.github/workflows/common_tests.yml +++ b/.github/workflows/common_tests.yml @@ -13,7 +13,7 @@ jobs: shell: pwsh run: | Install-Module Pester -Force -Scope CurrentUser -RequiredVersion 4.10.1 - Install-Module Assert -Force -Scope CurrentUser + Install-Module Assert -Force -Scope CurrentUser -RequiredVersion 0.9.1 - name: Run tests shell: pwsh