diff --git a/.github/workflows/containers.yml b/.github/workflows/containers.yml index 3d410a2..05a4367 100644 --- a/.github/workflows/containers.yml +++ b/.github/workflows/containers.yml @@ -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