From e249e588184e8cbb82aab0d6201ff75c63d55fd1 Mon Sep 17 00:00:00 2001 From: AlexVonB Date: Sun, 28 Aug 2022 21:39:26 +0200 Subject: [PATCH] fix github action to work with tox --- .github/workflows/python-app.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 033cc20..eb64947 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -23,8 +23,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install flake8==3.8.4 pytest tox - if [ -f requirements.txt ]; then pip install -r requirements.txt; fi + pip install tox - name: Lint and test run: | tox