mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
Add python requirements file
This commit is contained in:
parent
96ae1be3ec
commit
caa10b5f8f
3 changed files with 25 additions and 6 deletions
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue