diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 2cbff0ea4..f2cafdc05 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -42,8 +42,10 @@ jobs: python-version: "3.9" architecture: "x64" - - name: Install requests - run: python -m pip install requests && pwd + - name: Install python dependencies + run: | + python -m pip install requests + python -m pip install --user numpy scipy matplotlib ipython jupyter pandas sympy nose - name: Run benchmark run: |