From b6b8f32a8e2063e15e20e220ae6a6d045ee6e083 Mon Sep 17 00:00:00 2001 From: anakin87 Date: Mon, 26 Aug 2024 16:43:21 +0200 Subject: [PATCH] retry excl --- .github/workflows/CI_license_compliance.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/CI_license_compliance.yml b/.github/workflows/CI_license_compliance.yml index 250a04b2f..f60c75129 100644 --- a/.github/workflows/CI_license_compliance.yml +++ b/.github/workflows/CI_license_compliance.yml @@ -12,10 +12,7 @@ on: env: # CORE_DATADOG_API_KEY: ${{ secrets.CORE_DATADOG_API_KEY }} PYTHON_VERSION: "3.10" - EXCLUDE_PACKAGES: | - (?i)^(tqdm).* - (?i)^(deepeval).* - (?i)^(yet-another-package).* + EXCLUDE_PACKAGES: "(?i)^(tqdm|deepeval).*" jobs: license_check_direct: