From 018b0c5012b0528e2f126cc839f812ff6069c2ff Mon Sep 17 00:00:00 2001 From: Rohan Kumar Mahato Date: Tue, 10 Dec 2024 14:47:35 +0530 Subject: [PATCH] fixed version --- .github/workflows/test-windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-windows.yml b/.github/workflows/test-windows.yml index a7abad3..63f66d4 100644 --- a/.github/workflows/test-windows.yml +++ b/.github/workflows/test-windows.yml @@ -30,7 +30,7 @@ jobs: run: | metacall pip install -r test/requirements.txt | findstr "Successfully installed" IF %ERRORLEVEL% NEQ 0 exit /B 1 - metacall ./test/requirements.py | findstr "4.10.0.84" + metacall ./test/requirements.py | findstr "4.10.0" IF %ERRORLEVEL% NEQ 0 exit /B 1 - name: Deploy & FaaS Test