From bdec352b1922d43adb9974f95c87c50b605f8cb1 Mon Sep 17 00:00:00 2001 From: Marius Alwan Meyer <22202402+Sporqist@users.noreply.github.com> 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