Skip to content

Commit

Permalink
fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mazarimono committed Nov 8, 2023
1 parent f99483d commit 9edb930
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
pip install j_realty_api
- name: Test with pytest
run: |
python -m pytest tests/test_unit_citycode_class.py tests/test_unit_proptransactions_class.py
pytest tests/test_unit_citycode_class.py tests/test_unit_proptransactions_class.py
- name: code formatter
run: |
python -m isort .
python -m black *
isort .
black *

0 comments on commit 9edb930

Please sign in to comment.