Added kicost-digikey-api-v3 installation to the test workflow.

This commit is contained in:
Salvador E. Tropea 2021-10-18 15:25:56 -03:00
parent f752a72bfe
commit 4d22b52403
1 changed files with 3 additions and 0 deletions

View File

@ -29,6 +29,9 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: Install dependencies
run: |
pip install git+https://github.com/set-soft/kicost-digikey-api-v3.git
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names