From a4489927a34a1dd67645ba4338377f6186efcd6d Mon Sep 17 00:00:00 2001 From: James Bayley <36523314+jamesbayley@users.noreply.github.com> Date: Mon, 19 Feb 2024 21:32:03 +0000 Subject: [PATCH] Invoke ./setup.sh --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ab20ca8..9dab91b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: python-version: ${{ matrix.version}} - name: Setup Project - run: setup.sh + run: ./setup.sh - name: Run Test Suite run: pytest