From 968e26220135aa78437e6467b2ecc23c3d8a7e6a Mon Sep 17 00:00:00 2001 From: Allan Jeremy Date: Wed, 8 Jun 2022 16:42:21 +0300 Subject: [PATCH] Debug WIP --- .github/workflows/static-analysis-cachegrind.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static-analysis-cachegrind.yml b/.github/workflows/static-analysis-cachegrind.yml index 3fe747c4..a51ccc12 100644 --- a/.github/workflows/static-analysis-cachegrind.yml +++ b/.github/workflows/static-analysis-cachegrind.yml @@ -47,7 +47,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: |