Skip to content

Commit

Permalink
splitted the python tests
Browse files Browse the repository at this point in the history
  • Loading branch information
RohanKrMahato committed Dec 11, 2024
1 parent 895b5e7 commit c5ca503
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c5ca503

Please sign in to comment.