From 0bee73bd9d3730da6e7c747df9f31e114f65d74b Mon Sep 17 00:00:00 2001 From: Parag Nemade Date: Mon, 18 Sep 2023 14:05:41 +0530 Subject: [PATCH] Fix CI tests --- tests/tests.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tests/tests.yml b/tests/tests.yml index c1eec3c..7b091f5 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -4,13 +4,6 @@ - classic roles: - role: standard-test-source - tasks: - - name: Enable EPEL repository for ragel - ansible.builtin.dnf: - name: ragel - enablerepo: epel - state: present - ignore_errors: True - hosts: localhost tags: @@ -26,7 +19,6 @@ - gcc-c++ - make - python3-devel - - ragel - libtool - gtk-doc - cairo-devel