From 5e5e545b52630b60052e189cfbda058a9edaad8e Mon Sep 17 00:00:00 2001 From: Marius Alwan Meyer Date: Fri, 21 Jul 2023 10:48:50 +0200 Subject: [PATCH] [CI] use pip3 directly --- .github/workflows/containers.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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