From 0bee73bd9d3730da6e7c747df9f31e114f65d74b Mon Sep 17 00:00:00 2001 From: Parag Nemade Date: Sep 20 2023 05:58:12 +0000 Subject: Fix CI tests --- 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