We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da637e6 commit b2f385dCopy full SHA for b2f385d
1 file changed
.github/workflows/ci.yml
@@ -375,6 +375,8 @@ jobs:
375
echo "- tck-gfql sha: \`${{ steps.tck_gfql.outputs.sha }}\`" >> "$GITHUB_STEP_SUMMARY"
376
# Temporary cross-repo lag: pygraphistry now executes match-where3-3,
377
# but tck-gfql main still expects a GFQLValidationError for that xfail key.
378
+ export PYTHONPATH="$(pwd):${PYTHONPATH:+:${PYTHONPATH}}"
379
+ export PYTHONPATH="${{ github.workspace }}:${PYTHONPATH}"
380
pytest tests/cypher_tck -xvs \
381
--deselect tests/cypher_tck/test_tck_runner.py::test_direct_cypher_xfail_contract[match-where3-3]
382
python -m tests.cypher_tck.report
0 commit comments