Debug WIP

This commit is contained in:
Allan Jeremy 2022-06-08 16:47:38 +03:00
parent 968e262201
commit dfa73c9592

View file

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