From f8ca91f1fa712111878b3ea8ac78f89b273e7e92 Mon Sep 17 00:00:00 2001 From: stickie <71910589+FieryIceStickie@users.noreply.github.com> Date: Wed, 4 Sep 2024 01:29:44 +1000 Subject: [PATCH] Attempt to fix pipeline Signed-off-by: stickie <71910589+FieryIceStickie@users.noreply.github.com> --- .github/workflows/run_tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run_tests.yaml b/.github/workflows/run_tests.yaml index 867cfbd..1999f13 100644 --- a/.github/workflows/run_tests.yaml +++ b/.github/workflows/run_tests.yaml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 - name: "Install dependencies" - run: python -m pip install .[test] + run: python -m pip install build[test] - name: "Run tests" run: pytest