From 36b2d6fabd641a0baf689cd788dab2af944c0792 Mon Sep 17 00:00:00 2001 From: Jody Phelan Date: Fri, 29 Mar 2024 18:21:12 +0100 Subject: [PATCH] Update python-app.yml --- .github/workflows/python-app.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index ab77cc2..cf00a93 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -35,4 +35,9 @@ jobs: - name: Install dependencies run: | - pip install . + pip install --force-reinstall . + - name: Run tests + run: | + cd tests + pytest -x . +