Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into github_ci
Browse files Browse the repository at this point in the history
  • Loading branch information
C.A.P. Linssen committed Oct 2, 2024
2 parents 754552b + d2cccc0 commit c02e235
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 @@ -84,7 +84,7 @@ jobs:
--adapter python_pytest \
--file results.json \
--err \
'LD_LIBRARY_PATH=$LD_LIBRARY_PATH:${{ env.NEST_INSTALL }}/lib/nest python3 -m pytest -s $GITHUB_WORKSPACE/tests/nest_tests/stdp_nn_synapse_test.py'
'LD_LIBRARY_PATH=$LD_LIBRARY_PATH:${{ env.NEST_INSTALL }}/lib/nest python3 -m pytest --benchmark-json results.json -s $GITHUB_WORKSPACE/tests/nest_tests/stdp_nn_synapse_test.py'
- name: Setup tmate session
if: ${{ failure() }}
Expand Down

0 comments on commit c02e235

Please sign in to comment.