From dc13db9c16aaa4bc299f986a3179f5ef3f07ff85 Mon Sep 17 00:00:00 2001 From: Roy Wiggins Date: Thu, 10 Oct 2024 19:10:11 +0000 Subject: [PATCH] Update pythonapp.yml --- .github/workflows/pythonapp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pythonapp.yml b/.github/workflows/pythonapp.yml index aa9aa55..aec09c6 100755 --- a/.github/workflows/pythonapp.yml +++ b/.github/workflows/pythonapp.yml @@ -25,7 +25,7 @@ jobs: python -m pip install --upgrade pip pip install pip-tools if [ -f requirements.txt ]; then pip-sync requirements.txt dev-requirements.txt; fi - sudo apt-get install -y build-essential dcmtk inetutils-ping libqt5core5a + sudo apt-get install -y build-essential dcmtk inetutils-ping libqt5core5a redis pip install flake8 pytest pytest-asyncio - name: Lint with flake8 run: |