From cc272dd31ccfcefd415e85218ce8812115bb091f Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Mon, 18 Oct 2021 15:46:52 -0300 Subject: [PATCH] Added Digi-Key plug-in dependencies installation. --- .github/workflows/pythonapp.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pythonapp.yml b/.github/workflows/pythonapp.yml index 8dcc6efe..90b47610 100644 --- a/.github/workflows/pythonapp.yml +++ b/.github/workflows/pythonapp.yml @@ -31,6 +31,8 @@ jobs: submodules: recursive - name: Install dependencies run: | + apt-get update + apt-get -y install --no-install-recommends python3-inflection python3-requests python3-urllib3 python3-six python3-certifi python3-setuptools python3-openssl python3-tldextract python3-dateutil python3-pip python3-wheel pip3 install git+https://github.com/set-soft/kicost-digikey-api-v3.git - name: Lint with flake8 run: |