Skip to content

Commit

Permalink
add continuous benchmarking
Browse files Browse the repository at this point in the history
  • Loading branch information
clinssen authored Oct 2, 2024
1 parent d2cccc0 commit ac0d984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous_benchmarking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ac0d984

Please sign in to comment.