We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47a8b08 commit 809f7a5Copy full SHA for 809f7a5
.github/workflows/coverage.yml
@@ -12,6 +12,7 @@ jobs:
12
- name: 'Install dependencies'
13
run: |
14
pip install -r ./requirements.txt
15
+ pip install fastjsonschema
16
- name: 'Run coverage'
17
18
coverage run --source=src/bulk_importer,src/product_provider,src/provider_espressif,src/provider_infineon,src/provider_microchip -m pytest
0 commit comments