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: |