2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-15 03:35:28 +00:00

Add python requirements file

This commit is contained in:
Oliver Walters
2022-05-20 23:48:58 +10:00
parent 96ae1be3ec
commit caa10b5f8f
3 changed files with 25 additions and 6 deletions

View File

@ -37,5 +37,6 @@ jobs:
- run: flutter analyze
- name: Run Unit Tests
run: |
pip install -Ur requirements.txt
flutter test --coverage
coveralls