]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
.gitlab-ci.yml: pkg: alma-9: install 'watchdog' with PyPi just for testing
authorAleš Mrázek <ales.mrazek@nic.cz>
Mon, 2 Dec 2024 20:09:03 +0000 (21:09 +0100)
committerAleš Mrázek <ales.mrazek@nic.cz>
Tue, 3 Dec 2024 08:11:22 +0000 (09:11 +0100)
python-watchdog is not included in the official Alma 9 packages

.gitlab-ci.yml

index f340263fe7c8c90b85b486b772d7ef8ce1226b2a..e1b6718b9580acbb20a6b8c6f43c2693644e5441 100644 (file)
@@ -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