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: |
sudo apt-get install python3
# - uses: actions/setup-python@v3
# with:
# python-version: "3.9"
# architecture: "x64"
- uses: actions/setup-python@v4
with:
python-version: "3.9"
architecture: "x64"
- name: Install python dependencies
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
run: |