From: Remi Gacogne Date: Mon, 20 Jan 2025 15:41:52 +0000 (+0100) Subject: dnsdist: Install python-yaml in the Coverity workflow X-Git-Tag: dnsdist-2.0.0-alpha1~150^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F15067%2Fhead;p=thirdparty%2Fpdns.git dnsdist: Install python-yaml in the Coverity workflow --- diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index 2d1ad0d14e..48a1b1cecd 100644 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml @@ -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