Added Install Pip to Workflow
All checks were successful
/ build (push) Has been skipped

This commit is contained in:
Kaybee 2024-06-24 19:48:32 +02:00
parent 6cc8765454
commit e144d28878
Signed by: kb01
GPG key ID: 176BAC6456B956F0

View file

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