]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Install python-yaml in the Coverity workflow 15067/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 20 Jan 2025 15:41:52 +0000 (16:41 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 20 Jan 2025 15:41:52 +0000 (16:41 +0100)
.github/workflows/coverity.yml

index 2d1ad0d14ef9c78b0de74b6c04c1ba90356a4ffc..48a1b1cecd3915adba4f2e81003c77748f3f735f 100644 (file)
@@ -68,6 +68,10 @@ jobs:
       - uses: actions/setup-python@v5
         with:
           python-version: '3.11'
+      # installing the python3-package does not work because of actions/setup-python which installs a different version in /opt/hostedtoolcache/Python
+      - name: Install python yaml
+        run: |
+          pip install pyyaml
       - run: build-scripts/gh-actions-setup-inv-no-dist-upgrade
       - run: inv install-clang
       - run: inv install-lld-linker-if-needed