Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
imilinovic committed Nov 22, 2024
1 parent 49478d5 commit a016891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit a016891

Please sign in to comment.