Debug WIP: Updated python setup

This commit is contained in:
Allan Jeremy 2022-06-13 13:01:38 +03:00
parent 6248fc926a
commit 64f5837c71

View file

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