From 64f5837c718bc84a0e3b5ea7962ca4bccbb957f8 Mon Sep 17 00:00:00 2001 From: Allan Jeremy Date: Mon, 13 Jun 2022 13:01:38 +0300 Subject: [PATCH] Debug WIP: Updated python setup --- .github/workflows/static-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index 0df1da1d..0dd9fec5 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -52,7 +52,7 @@ jobs: - name: Install python dependencies run: | python -m pip install requests - python -m pip install --user numpy scipy matplotlib ipython jupyter pandas sympy nose + python -m pip install numpy scipy matplotlib ipython jupyter pandas sympy nose - name: Install valgrind run: |