Skip to content

Commit

Permalink
Skip tests 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 0b7e2cc commit 8058285
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test-with-optional-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,10 @@ jobs:
# - "neo4j" # Separate test exists at contrib-graph-rag-tests.yml
- "twilio"
- "interop"
# exclude:
exclude:
# graphrag_sdk uses pipe(|) in signature which is unsupported in python 3.9
- python-version: "3.9"
optional-dependencies: "graph-rag-falkor-db"
# - os: macos-latest
# python-version: "3.9"
steps:
Expand All @@ -93,8 +96,6 @@ 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 8058285

Please sign in to comment.