[Dependency] Added scipy installation

This commit is contained in:
Allan Jeremy 2022-05-24 08:50:30 +03:00
parent 19ac40d92d
commit 7cb82e2979
2 changed files with 8 additions and 4 deletions

View file

@ -39,8 +39,10 @@ jobs:
python-version: "3.9" python-version: "3.9"
architecture: "x64" architecture: "x64"
- name: Install requests - name: Install python dependencies
run: python -m pip install requests && pwd run: |
python -m pip install requests
python -m pip install --user numpy scipy matplotlib ipython jupyter pandas sympy nose
- name: Run benchmark - name: Run benchmark
run: | run: |

View file

@ -39,8 +39,10 @@ jobs:
python-version: "3.9" python-version: "3.9"
architecture: "x64" architecture: "x64"
- name: Install requests - name: Install python dependencies
run: python -m pip install requests && pwd run: |
python -m pip install requests
python -m pip install --user numpy scipy matplotlib ipython jupyter pandas sympy nose
- name: Run benchmark - name: Run benchmark
run: | run: |