You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/gpu.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ jobs:
36
36
fi
37
37
cd ${{ github.workspace }}; PYTEST_MARKERS="unit and not (example or integration) $extra_pytest_markers" MERLIN_BRANCH=$branch COMPARE_BRANCH=${{ github.base_ref }} tox -e py38-gpu
38
38
39
-
tests-example-integration:
39
+
tests-examples:
40
40
runs-on: 1GPU
41
41
42
42
steps:
@@ -55,4 +55,4 @@ jobs:
55
55
if [[ "${{ github.ref }}" != 'refs/heads/main' ]]; then
56
56
extra_pytest_markers="and changed"
57
57
fi
58
-
cd ${{ github.workspace }}; PYTEST_MARKERS="(example or integration) $extra_pytest_markers" MERLIN_BRANCH=$branch COMPARE_BRANCH=${{ github.base_ref }} tox -e py38-gpu
0 commit comments