[CI] use pip3 directly
Some checks failed
Containers / timestamp (push) Successful in 1s
Containers / release-trigger (push) Has been skipped
Containers / architectures (push) Failing after 2s
Containers / stable-release-trigger (push) Has been skipped
Containers / tags (push) Successful in 2s
Containers / releases (push) Has been skipped
Containers / git-tag (push) Has been skipped
Containers / stable-releases (push) Has been skipped
Containers / stable-git-tag (push) Has been skipped
Containers / dev-generic (push) Failing after 26s
Containers / candidates (push) Has been skipped

This commit is contained in:
Marius Alwan Meyer 2023-07-21 10:48:50 +02:00
parent 4de96e858a
commit 5e5e545b52

View File

@ -40,7 +40,7 @@ jobs:
json: ${{ steps.import.outputs.json }} json: ${{ steps.import.outputs.json }}
steps: steps:
- name: Install yaml2json - name: Install yaml2json
run: python3 -m pip install remarshal run: pip3 install remarshal
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Import from architectures.yml - name: Import from architectures.yml