diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index 0dd9fec5..950e803f 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -51,8 +51,7 @@ jobs: - name: Install python dependencies run: | - python -m pip install requests - python -m pip install numpy scipy matplotlib ipython jupyter pandas sympy nose + python -m pip install requests numpy scipy matplotlib ipython jupyter pandas sympy nose - name: Install valgrind run: |