Skip to content

Commit

Permalink
Update run_tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fyliu authored Jul 3, 2024
1 parent 80400e3 commit a77c0d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
run: cd app/ && pip3 install -r requirements.txt

- name: Execute tests
run: python3 -m pytest -v
run: cd app/ && python3 -m pytest -v

0 comments on commit a77c0d8

Please sign in to comment.