github: Fix installation of Python dependencies

This commit is contained in:
Tobias Brunner 2021-05-05 18:07:47 +02:00
parent 6405653da2
commit eca1b81682
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ runs:
run: ./scripts/test.sh deps
shell: bash
- name: "Install Python Dependencies"
run: ./scripts/test.sh deps
run: ./scripts/test.sh pydeps
shell: bash
- name: "Build Dependencies"
run: ./scripts/test.sh build-deps