From ebe0f1aaffa1cb33ab5cbd466aeda794e7f07710 Mon Sep 17 00:00:00 2001 From: Roy Wiggins Date: Thu, 5 Dec 2024 20:35:05 +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 419e5a0..54c1065 100755 --- a/.github/workflows/pythonapp.yml +++ b/.github/workflows/pythonapp.yml @@ -24,7 +24,7 @@ jobs: run: | python -m pip install --upgrade pip pip install pip-tools - if [ -f requirements.txt ]; then pip-sync requirements.txt dev-requirements.txt; fi + pip-sync app/requirements.txt app/dev-requirements.txt sudo apt-get install -y build-essential dcmtk inetutils-ping libqt5core5a redis pip install flake8 pytest pytest-asyncio - name: Lint with flake8