]> git.ipfire.org Git - people/ms/strongswan.git/commitdiff
github: Fix installation of Python dependencies
authorTobias Brunner <tobias@strongswan.org>
Wed, 5 May 2021 16:07:47 +0000 (18:07 +0200)
committerTobias Brunner <tobias@strongswan.org>
Wed, 5 May 2021 16:08:20 +0000 (18:08 +0200)
.github/actions/default/action.yml

index d8d6bad61602a6c072256baf2b086b1c7d1bad59..e1a72318e2832898a9e745f34a871d96f0130a43 100644 (file)
@@ -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