[CI] ensure python is installed
Some checks failed
Build / Fetch Build Keyboards (push) Failing after 19s
Build / Build (push) Has been skipped

This commit is contained in:
Marius Alwan Meyer 2023-07-18 10:57:29 +02:00
parent 73e0978487
commit 4c5fab7107

View File

@ -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