Correct the make target to install Python requirements for testing.
parent
401358568a
commit
bdb43f84e8
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Reference in New Issue