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