diff --git a/.github/workflows/continuous_benchmarking.yml b/.github/workflows/continuous_benchmarking.yml index 995dca26c..d9e01e8f3 100644 --- a/.github/workflows/continuous_benchmarking.yml +++ b/.github/workflows/continuous_benchmarking.yml @@ -38,7 +38,7 @@ jobs: # Install Python dependencies - name: Python dependencies run: | - python -m pip install --upgrade pip pytest jupyterlab matplotlib pycodestyle scipy pandas + python -m pip install --upgrade pip pytest jupyterlab matplotlib pycodestyle scipy pandas pytest-benchmark python -m pip install -r requirements.txt # Install NEST simulator