Correct the make target to install Python requirements for testing.

This commit is contained in:
Dave Page 2023-04-05 15:06:59 +01:00
parent 401358568a
commit bdb43f84e8

View File

@ -62,7 +62,7 @@ jobs:
done done
- name: Install Python dependencies - name: Install Python dependencies
run: make install-python run: make install-python-testing
- name: Create the test configuration - name: Create the test configuration
run: | run: |