From acd937e16f2cce916334c4167c452c03a8d77e38 Mon Sep 17 00:00:00 2001 From: Allan Jeremy Date: Mon, 13 Jun 2022 14:34:58 +0300 Subject: [PATCH] Debug WIP: Updated install python deps --- .github/workflows/static-analysis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index 0dd9fec5..950e803f 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -51,8 +51,7 @@ jobs: - name: Install python dependencies run: | - python -m pip install requests - python -m pip install numpy scipy matplotlib ipython jupyter pandas sympy nose + python -m pip install requests numpy scipy matplotlib ipython jupyter pandas sympy nose - name: Install valgrind run: |