From: Tobias Brunner Date: Wed, 5 May 2021 16:07:47 +0000 (+0200) Subject: github: Fix installation of Python dependencies X-Git-Tag: 5.9.3dr2~21 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=eca1b81682f6ce8074e3b9d77de0d67a71e00e6b;p=thirdparty%2Fstrongswan.git github: Fix installation of Python dependencies --- diff --git a/.github/actions/default/action.yml b/.github/actions/default/action.yml index d8d6bad616..e1a72318e2 100644 --- a/.github/actions/default/action.yml +++ b/.github/actions/default/action.yml @@ -6,7 +6,7 @@ runs: run: ./scripts/test.sh deps shell: bash - name: "Install Python Dependencies" - run: ./scripts/test.sh deps + run: ./scripts/test.sh pydeps shell: bash - name: "Build Dependencies" run: ./scripts/test.sh build-deps