From: Vasek Sraier Date: Tue, 17 May 2022 09:51:02 +0000 (+0200) Subject: fixup! WIP: packaing tests using apkg's new test feature X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f9cfef646195e90c18c454abd9de50aab6e1779c;p=thirdparty%2Fknot-resolver.git fixup! WIP: packaing tests using apkg's new test feature --- diff --git a/ci/pkgtest.yaml b/ci/pkgtest.yaml index 8b55b903d..fab9e8188 100644 --- a/ci/pkgtest.yaml +++ b/ci/pkgtest.yaml @@ -21,6 +21,7 @@ stages: - pkg/ .apkginstall: &apkginstall # new jinja2 breaks docs (sphinx/breathe) + - apt-get install -y python3-pip # I have no idea why this is needed as it was not needed previously - git clone https://gitlab.nic.cz/packaging/apkg.git - cd apkg; git checkout test; pip3 install -U . 'jinja2<3.1' # - pip3 install -U . 'jinja2<3.1'