]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
fixup! WIP: packaing tests using apkg's new test feature
authorVasek Sraier <git@vakabus.cz>
Tue, 17 May 2022 09:51:02 +0000 (11:51 +0200)
committerVasek Sraier <git@vakabus.cz>
Tue, 17 May 2022 09:51:02 +0000 (11:51 +0200)
ci/pkgtest.yaml

index 8b55b903d6aac157c6a84afe7ac894d24bfeaf2a..fab9e8188b9440989a8e5e688fac10f399aa72e9 100644 (file)
@@ -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'