Skip to content

Commit

Permalink
Fix test_all.py path
Browse files Browse the repository at this point in the history
  • Loading branch information
twizmwazin committed Jul 4, 2024
1 parent 38a65d2 commit 463f48e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
- name: Install dependencies
run: pip install ./bindings/python
- name: Run tests
run: python ./bindings/python/test_all.py
run: python test_all.py
working-directory: ./bindings/python

0 comments on commit 463f48e

Please sign in to comment.