Debug WIP: Updated install python deps

This commit is contained in:
Allan Jeremy 2022-06-13 15:33:08 +03:00
parent acd937e16f
commit aeab79c4c2

View file

@ -44,14 +44,14 @@ jobs:
run: | run: |
sudo apt-get install python3 sudo apt-get install python3
# - uses: actions/setup-python@v3 - uses: actions/setup-python@v4
# with: with:
# python-version: "3.9" python-version: "3.9"
# architecture: "x64" architecture: "x64"
- name: Install python dependencies - name: Install python dependencies
run: | run: |
python -m pip install requests numpy scipy matplotlib ipython jupyter pandas sympy nose pip install requests numpy scipy matplotlib ipython jupyter pandas sympy nose
- name: Install valgrind - name: Install valgrind
run: | run: |