mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-14 19:25:27 +00:00
Add python requirements file
This commit is contained in:
1
.github/workflows/ci.yaml
vendored
1
.github/workflows/ci.yaml
vendored
@ -37,5 +37,6 @@ jobs:
|
||||
- run: flutter analyze
|
||||
- name: Run Unit Tests
|
||||
run: |
|
||||
pip install -Ur requirements.txt
|
||||
flutter test --coverage
|
||||
coveralls
|
Reference in New Issue
Block a user