From 845b1e137432fc4dcc05461ed31ea37d578c4498 Mon Sep 17 00:00:00 2001 From: Gabriel Ferreira Date: Tue, 14 May 2024 18:10:04 -0300 Subject: [PATCH] ci: Re-enable cppyy job --- utils/tests/gitlab-ci-cppyy.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/utils/tests/gitlab-ci-cppyy.yml b/utils/tests/gitlab-ci-cppyy.yml index bfdab3500..906b443ac 100644 --- a/utils/tests/gitlab-ci-cppyy.yml +++ b/utils/tests/gitlab-ci-cppyy.yml @@ -1,8 +1,6 @@ cppyy-22.04: stage: test image: ubuntu:22.04 # python 3.10 - rules: - - if: $RELEASE == "manual" dependencies: [] before_script: - apt update