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: |