github: Fix installation of Python dependencies

This commit is contained in:
Tobias Brunner
2021-05-05 18:08:20 +02:00
parent 6405653da2
commit eca1b81682
+1 -1
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