Skip to content

Commit

Permalink
Skip import submodule test for 3.9 and graphrag falkor combo
Browse files Browse the repository at this point in the history
  • Loading branch information
kumaranvpl committed Jan 24, 2025
1 parent d89d3cb commit 0b7e2cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-with-optional-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ jobs:
echo "AUTOGEN_USE_DOCKER=False" >> $GITHUB_ENV
fi
- name: Test import all submodules
# graphrag_sdk uses pipe(|) in signature which is unsupported in python 3.9
if: ${{ !(matrix.python-version == '3.9' && matrix.optional-dependencies == 'graph-rag-falkor-db') }}
shell: bash
run: |
uv pip install --system "requests<2.32.0"
Expand Down

0 comments on commit 0b7e2cc

Please sign in to comment.