Skip to content

Commit

Permalink
update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tyiuhc committed Jul 23, 2024
1 parent 57e1cc2 commit 93d2f15
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ jobs:
cache: 'pip'

- name: Install requirements
run: pip install -r requirements.txt
pip install -r requirements-dev.txt
run: pip install -r requirements.txt && pip install -r requirements-dev.txt

- name: Unit Test
run: python -m unittest discover -s ./tests -p '*_test.py'

0 comments on commit 93d2f15

Please sign in to comment.