Debug WIP: Updated install python deps

This commit is contained in:
Allan Jeremy 2022-06-13 14:34:58 +03:00
parent 64f5837c71
commit acd937e16f

View file

@ -51,8 +51,7 @@ jobs:
- name: Install python dependencies
run: |
python -m pip install requests
python -m pip install numpy scipy matplotlib ipython jupyter pandas sympy nose
python -m pip install requests numpy scipy matplotlib ipython jupyter pandas sympy nose
- name: Install valgrind
run: |