github: Fix installation of Python dependencies
This commit is contained in:
@@ -6,7 +6,7 @@ runs:
|
|||||||
run: ./scripts/test.sh deps
|
run: ./scripts/test.sh deps
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: "Install Python Dependencies"
|
- name: "Install Python Dependencies"
|
||||||
run: ./scripts/test.sh deps
|
run: ./scripts/test.sh pydeps
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: "Build Dependencies"
|
- name: "Build Dependencies"
|
||||||
run: ./scripts/test.sh build-deps
|
run: ./scripts/test.sh build-deps
|
||||||
|
|||||||
Reference in New Issue
Block a user