Skip to content

Commit

Permalink
Debug WIP: Updated install python deps
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanJeremy committed Jun 13, 2022
1 parent acd937e commit aeab79c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit aeab79c

Please sign in to comment.