diff options
Diffstat (limited to 'ci')
-rw-r--r-- | ci/pkgtest.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ci/pkgtest.yaml b/ci/pkgtest.yaml index a2a529f0..c90dc1d9 100644 --- a/ci/pkgtest.yaml +++ b/ci/pkgtest.yaml @@ -21,9 +21,9 @@ stages: - pkg/ .apkginstall: &apkginstall # new jinja2 breaks docs (sphinx/breathe) - - git clone https://gitlab.nic.cz/packaging/apkg.git - - cd apkg; pip3 install -U . 'jinja2<3.1'; cd .. - # - pip3 install -U apkg 'jinja2<3.1' + # - git clone https://gitlab.nic.cz/packaging/apkg.git + # - cd apkg; pip3 install -U . 'jinja2<3.1'; cd .. + - pip3 install -U apkg 'jinja2<3.1' .apkgbuild: &apkgbuild |