[CI] ensure python is installed
This commit is contained in:
parent
73e0978487
commit
4c5fab7107
@ -13,6 +13,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
- name: Install python
|
||||||
|
run: apt-get update; apt-get install --yes --no-install-recommends python3 python3-pip
|
||||||
- name: Install yaml2json
|
- name: Install yaml2json
|
||||||
run: python3 -m pip install remarshal
|
run: python3 -m pip install remarshal
|
||||||
- id: set-matrix
|
- id: set-matrix
|
||||||
|
Loading…
Reference in New Issue
Block a user