From c5ca503c02d681f30651409107605259fd8cecbc Mon Sep 17 00:00:00 2001 From: Rohan Kumar Mahato Date: Wed, 11 Dec 2024 10:42:16 +0530 Subject: [PATCH] splitted the python tests --- .github/workflows/test-windows.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/test-windows.yml b/.github/workflows/test-windows.yml index 94befd0..e09ba83 100644 --- a/.github/workflows/test-windows.yml +++ b/.github/workflows/test-windows.yml @@ -30,7 +30,15 @@ jobs: run: | metacall pip install -r test/requirements.txt | findstr "Successfully installed" metacall pip uninstall numpy --yes + + - name: Install Numpy + shell: cmd + run: | metacall pip install numpy==1.21.6 + + - name: Test requirements.py + shell: cmd + run: | metacall ./test/requirements.py | findstr "3.4.11" - name: Deploy & FaaS Test