From bdb43f84e84ac706d2b8e8db88fccaca54ac69cb Mon Sep 17 00:00:00 2001 From: Dave Page Date: Wed, 5 Apr 2023 15:06:59 +0100 Subject: [PATCH] Correct the make target to install Python requirements for testing. --- .github/workflows/run-python-tests-pg.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-python-tests-pg.yml b/.github/workflows/run-python-tests-pg.yml index c15a8c309..b1539f8bc 100644 --- a/.github/workflows/run-python-tests-pg.yml +++ b/.github/workflows/run-python-tests-pg.yml @@ -62,7 +62,7 @@ jobs: done - name: Install Python dependencies - run: make install-python + run: make install-python-testing - name: Create the test configuration run: |