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 9bde0b3 + 0778e9a commit 147e9aa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/continuous_benchmarking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,10 @@ jobs:
--branch-reset \
--github-actions "${{ secrets.GITHUB_TOKEN }}" \
--testbed ubuntu-latest \
--adapter json \
--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 > /tmp/log.txt'
'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'
- name: Setup tmate session
if: ${{ failure() }}
Expand Down

0 comments on commit 147e9aa

Please sign in to comment.