Skip to content

Commit

Permalink
retry excl
Browse files Browse the repository at this point in the history
  • Loading branch information
anakin87 committed Aug 26, 2024
1 parent 70b7b23 commit b6b8f32
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/CI_license_compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b6b8f32

Please sign in to comment.