Correct the make target to install Python requirements for testing.

pull/6097/head
Dave Page 2023-04-05 15:06:59 +01:00
parent 401358568a
commit bdb43f84e8
1 changed files with 1 additions and 1 deletions

View File

@ -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: |