Skip to content

Commit

Permalink
Remove brian2 script call from test_latest workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mstimberg committed Jul 26, 2023
1 parent 4f14a87 commit d6d64fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ jobs:
- name: Run Tests
run: |
cd $GITHUB_WORKSPACE/.. # move out of the workspace to avoid direct import
python -Wd $GITHUB_WORKSPACE/dev/continuous-integration/run_test_suite.py
if [ $FLOAT_DTYPE_32 == 'true' ]; then
python -Wd $GITHUB_WORKSPACE/scripts/run_brian_tests_CPU_32bit.py
else
Expand Down

0 comments on commit d6d64fb

Please sign in to comment.