[CI] use pip3 directly
This commit is contained in:
parent
d97848e6aa
commit
bdec352b19
2
.github/workflows/containers.yml
vendored
2
.github/workflows/containers.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user