[CI] use pip3 directly

This commit is contained in:
Marius Alwan Meyer 2023-07-21 10:48:50 +02:00
parent d97848e6aa
commit bdec352b19

View File

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