From dfa73c9592abcb281f37100ddced91a2a59206e3 Mon Sep 17 00:00:00 2001 From: Allan Jeremy Date: Wed, 8 Jun 2022 16:47:38 +0300 Subject: [PATCH] Debug WIP --- .github/workflows/static-analysis-cachegrind.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/static-analysis-cachegrind.yml b/.github/workflows/static-analysis-cachegrind.yml index a51ccc12..d5b73505 100644 --- a/.github/workflows/static-analysis-cachegrind.yml +++ b/.github/workflows/static-analysis-cachegrind.yml @@ -46,8 +46,8 @@ jobs: - name: Install python dependencies run: | - python -m pip install requests - python -m pip install numpy scipy matplotlib ipython jupyter pandas sympy nose + pip3 install requests + pip3 install numpy scipy matplotlib ipython jupyter pandas sympy nose - name: Install valgrind run: |