Skip to content

Commit

Permalink
refactor: Update path to run_tests.py in .github/workflows/test-pytho…
Browse files Browse the repository at this point in the history
…n.yml
  • Loading branch information
furkan-bilgin committed Oct 12, 2024
1 parent 41f6859 commit 472b30f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
pip install -r requirements.txt
- name: Run tests
run: python src/run_tests.py
run: python ./src/run_tests.py

0 comments on commit 472b30f

Please sign in to comment.