mirror of
https://git.kb-one.de/kb01/kyria-keyboard-config.git
synced 2025-12-05 11:18:53 +00:00
Added Install Pip to Workflow
This commit is contained in:
parent
6cc8765454
commit
e144d28878
5
.github/workflows/build-user-config.yml
vendored
5
.github/workflows/build-user-config.yml
vendored
|
|
@ -34,6 +34,9 @@ jobs:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- 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
|
||||||
|
|
||||||
|
|
@ -179,4 +182,4 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: ${{ inputs.archive_name }}
|
name: ${{ inputs.archive_name }}
|
||||||
pattern: artifact-*
|
pattern: artifact-*
|
||||||
delete-merged: true
|
delete-merged: true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue