Skip to content

Commit

Permalink
try to run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
boeschf committed Sep 7, 2023
1 parent c535b13 commit ddf4ad9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
#- name: Check that build flags match
# run: |
# python -c "import arbor; print(arbor.config())" | grep -q "'arch': 'native'"
#- name: Run Python tests
# run: python -m unittest discover -v -s python
- name: Run Python tests
run: python -m unittest discover -v -s test/bindings/python
#- name: Run Python examples
# run: scripts/run_python_examples.sh
#- name: Test executables
Expand Down

0 comments on commit ddf4ad9

Please sign in to comment.