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 a77c0d8 commit a4d0b68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
python-version: '3.x'

- name: Install dependencies
run: cd app/ && pip3 install -r requirements.txt
run: cd app/ || pip3 install -r requirements.txt

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

0 comments on commit a4d0b68

Please sign in to comment.