Added kicost-digikey-api-v3 installation to the test workflow.
This commit is contained in:
parent
f752a72bfe
commit
4d22b52403
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue