From: Aleš Mrázek Date: Mon, 2 Dec 2024 20:09:03 +0000 (+0100) Subject: .gitlab-ci.yml: pkg: alma-9: install 'watchdog' with PyPi just for testing X-Git-Tag: v6.0.10~10^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8311f7ff1b7d5a0f4d16d540173bbe85e575ccba;p=thirdparty%2Fknot-resolver.git .gitlab-ci.yml: pkg: alma-9: install 'watchdog' with PyPi just for testing python-watchdog is not included in the official Alma 9 packages --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f340263fe..e1b6718b9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -785,6 +785,10 @@ pkg:fedora-40: pkg:alma-9: <<: *pkg_test image: $CI_REGISTRY/packaging/apkg/full/alma-9 + before_script: + # python-watchdog is not included in the official Alma 9 packages + # install it using PyPi just for testing + - pip3 install watchdog pkg:arch: <<: *pkg_test_user