Skip to content

Commit

Permalink
add action to install requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
mazarimono committed Nov 8, 2023
1 parent 922c5c6 commit 0a8fd83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
run: |
python -m pip install -U pip
pip install -r dev_requirements.txt
pip install -r requirements.txt
- name: Test with pytest
run: |
python -m pytest tests/test_unit_citycode_class.py tests/test_unit_proptransactions_class.py
Expand Down

0 comments on commit 0a8fd83

Please sign in to comment.