mirror of
https://git.kb-one.de/kb01/kyria-keyboard-config.git
synced 2025-12-05 11:18:53 +00:00
Use Python-Setup Action For Matrix
This commit is contained in:
parent
51549ae56c
commit
59801f976b
8
.github/workflows/build-user-config.yml
vendored
8
.github/workflows/build-user-config.yml
vendored
|
|
@ -34,11 +34,9 @@ jobs:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Print Python Version
|
- uses: actions/setup-python@v5
|
||||||
run: python3 -v
|
with:
|
||||||
|
python-version: '3.10'
|
||||||
- name: Install Pip
|
|
||||||
run: python3 -m ensurepip --upgrade
|
|
||||||
|
|
||||||
- name: Install yaml2json
|
- name: Install yaml2json
|
||||||
run: python3 -m pip install remarshal
|
run: python3 -m pip install remarshal
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue