Skip to content

Commit

Permalink
remove .py extension from command
Browse files Browse the repository at this point in the history
  • Loading branch information
yuenshingyan committed Mar 17, 2024
1 parent b78e201 commit b3e96fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
pip install -r requirements.txt
- name: Run Integration Tests
run: |
python -m tests/integration_tests.py
python -m tests/integration_tests
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
pip install -r requirements.txt
- name: Run Integration Tests
run: |
python -m tests/unit_tests.py
python -m tests/unit_tests

0 comments on commit b3e96fd

Please sign in to comment.