Skip to content

Commit

Permalink
test on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
anakin87 committed Aug 26, 2024
1 parent 436a4d7 commit 4bc51a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI_license_compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
env:
CORE_DATADOG_API_KEY: ${{ secrets.CORE_DATADOG_API_KEY }}
PYTHON_VERSION: "3.10"
EXCLUDE_PACKAGES: "(?i)^(deepeval|cohere|fastembed|ragas|haystack-pydoc-tools|tqdm).*"
EXCLUDE_PACKAGES: "(?i)^(deepeval|cohere|fastembed|ragas|haystack-pydoc-tools|tqdm|psycopg).*"

# Exclusions must be explicitly motivated
#
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ollama.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
- "integrations/ollama/**"
- ".github/workflows/ollama.yml"


defaults:
run:
working-directory: integrations/ollama
Expand Down

0 comments on commit 4bc51a9

Please sign in to comment.