Skip to content

Commit 809f7a5

Browse files
committed
add fastjsonschema directly
1 parent 47a8b08 commit 809f7a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
- name: 'Install dependencies'
1313
run: |
1414
pip install -r ./requirements.txt
15+
pip install fastjsonschema
1516
- name: 'Run coverage'
1617
run: |
1718
coverage run --source=src/bulk_importer,src/product_provider,src/provider_espressif,src/provider_infineon,src/provider_microchip -m pytest

0 commit comments

Comments
 (0)