Skip to content

Commit b2f385d

Browse files
committed
ci(tck-gfql): restore PYTHONPATH for deselected contract run
1 parent da637e6 commit b2f385d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,8 @@ jobs:
375375
echo "- tck-gfql sha: \`${{ steps.tck_gfql.outputs.sha }}\`" >> "$GITHUB_STEP_SUMMARY"
376376
# Temporary cross-repo lag: pygraphistry now executes match-where3-3,
377377
# but tck-gfql main still expects a GFQLValidationError for that xfail key.
378+
export PYTHONPATH="$(pwd):${PYTHONPATH:+:${PYTHONPATH}}"
379+
export PYTHONPATH="${{ github.workspace }}:${PYTHONPATH}"
378380
pytest tests/cypher_tck -xvs \
379381
--deselect tests/cypher_tck/test_tck_runner.py::test_direct_cypher_xfail_contract[match-where3-3]
380382
python -m tests.cypher_tck.report

0 commit comments

Comments
 (0)