From 5412ffbe6431165ae7f78086bd4525156f0892d3 Mon Sep 17 00:00:00 2001 From: mikebgrep <72438723+mikebgrep@users.noreply.github.com> Date: Sun, 8 Dec 2024 16:09:23 +0200 Subject: [PATCH] Update run-tests.yml --- .github/workflows/run-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index a2996d6..e3bcab0 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -26,6 +26,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip + pip install -r requirements.txt pip install flake8 pytest tox - name: Lint with flake8 run: |