From 113c75a415faead9723b85fb62be422bc6775763 Mon Sep 17 00:00:00 2001 From: James Urban <89264215+urbj@users.noreply.github.com> Date: Wed, 29 Jan 2025 14:56:32 +0100 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 09f2bc7..90ee00a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -20,6 +20,6 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install pytest + pip install pytest tabulate - name: CandyCrumbs tests run: pytest -vs