From aeab79c4c26f227aa21010d0b2c2f21e219df774 Mon Sep 17 00:00:00 2001 From: Allan Jeremy Date: Mon, 13 Jun 2022 15:33:08 +0300 Subject: [PATCH] Debug WIP: Updated install python deps --- .github/workflows/static-analysis.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index 950e803f..3e276593 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -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: |