Fixed pip command name

This commit is contained in:
Salvador E. Tropea 2021-10-18 15:27:45 -03:00
parent 4d22b52403
commit 48dec2995e
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ jobs:
submodules: recursive
- name: Install dependencies
run: |
pip install git+https://github.com/set-soft/kicost-digikey-api-v3.git
pip3 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