Skip to content

Commit

Permalink
remove test api
Browse files Browse the repository at this point in the history
  • Loading branch information
mazarimono committed Nov 8, 2023
1 parent 2712647 commit 3d19c97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
pip install j_realty_api
- name: Test with pytest
run: |
pytest tests/test_unit_citycode_class.py tests/test_unit_proptransactions_class.py
pytest tests/test_unit_citycode_class.py
- name: code formatter
run: |
isort .
Expand Down

0 comments on commit 3d19c97

Please sign in to comment.