diff --git a/.github/workflows/reusable_test.yml b/.github/workflows/reusable_test.yml index 15b140964..e6c656955 100644 --- a/.github/workflows/reusable_test.yml +++ b/.github/workflows/reusable_test.yml @@ -180,7 +180,7 @@ jobs: run: | cd e2e docker exec -i -u root ${{ env.MAGE_CONTAINER }} bash -c \ - cd /mage/e2e/ && python3 -m pytest . -k 'not cugraph ${{ inputs.build_scope == "without ML" && "and not node_classification and not link_prediction and not tgn" || "" }}' + "cd /mage/e2e/ && python3 -m pytest . -k 'not cugraph ${{ inputs.build_scope == 'without ML' && 'and not tgn and not node_classification and not link_prediction' || '' }}'" - name: Run End-to-end correctness tests if: inputs.arch != 'arm64'