Skip to content

Commit

Permalink
see if exclusions work
Browse files Browse the repository at this point in the history
  • Loading branch information
anakin87 committed Aug 26, 2024
1 parent b6b8f32 commit cc01840
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/CI_license_compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,18 @@ on:
env:
# CORE_DATADOG_API_KEY: ${{ secrets.CORE_DATADOG_API_KEY }}
PYTHON_VERSION: "3.10"
EXCLUDE_PACKAGES: "(?i)^(tqdm|deepeval).*"
EXCLUDE_PACKAGES: "(?i)^(deepeval|cohere|fastembed|ragas|haystack-pydoc-tools|tqdm|psycopg).*"

# Exclusions in the vanilla must be explicitly motivated
#
# - deepeval is Apache 2.0 but the license is not available on PyPI
# - cohere is MIT but the license is not available on PyPI
# - fastembed is Apache 2.0 but the license on PyPI is unclear ("Other/Proprietary License (Apache License)")
# - ragas is Apache 2.0 but the license is not available on PyPI

# - haystack-pydoc-tools is Apache 2.0 but the license is not available on PyPI
# - tqdm is MLP but there are no better alternatives
# - psycopg is LGPL-3.0

jobs:
license_check_direct:
Expand Down

0 comments on commit cc01840

Please sign in to comment.